From 6f8aad157b4398a4f7bb2145ec192eb4c80ae409 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Tue, 19 Sep 2023 00:39:48 +0200 Subject: [PATCH] update url --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 2c6d0ac..92cfd20 100644 --- a/publishconf.py +++ b/publishconf.py @@ -7,7 +7,7 @@ sys.path.append(os.curdir) from pelicanconf import * # 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 DELETE_OUTPUT_DIRECTORY = True