From 91e27780f519ce5879194d362359c4de1c7a9b51 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 18 Sep 2023 20:18:32 +0200 Subject: [PATCH] disable absolute urls --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 2bec993..2c6d0ac 100644 --- a/publishconf.py +++ b/publishconf.py @@ -8,7 +8,7 @@ from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// SITEURL = 'https://www.pnm.tf' -RELATIVE_URLS = False +RELATIVE_URLS = True DELETE_OUTPUT_DIRECTORY = True