update url

This commit is contained in:
Paul-Nicolas Madelaine 2023-09-19 00:39:48 +02:00
parent 2d326fa716
commit 6f8aad157b

View file

@ -7,7 +7,7 @@ sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
# If your site is available via HTTPS, make sure SITEURL begins with https:// # If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = 'https://www.pnm.tf' SITEURL = 'https://pnm.tf'
RELATIVE_URLS = True RELATIVE_URLS = True
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True