disable absolute urls

This commit is contained in:
Paul-Nicolas Madelaine 2023-09-18 20:18:32 +02:00
parent c4c5bfdb8a
commit 91e27780f5

View file

@ -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