From d3cc650b298f3dca31f64dfbbf2b5381cd5ccd25 Mon Sep 17 00:00:00 2001 From: Lukas Weichelt <lukas.weichelt@teckids.org> Date: Wed, 14 Apr 2021 18:20:14 +0000 Subject: [PATCH] Update publishconf.py --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 69e9b59..adc317c 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,7 +11,7 @@ sys.path.append(os.curdir) from pelicanconf import * # If your site is available via HTTPS, make sure SITEURL begins with https:// -SITEURL = 'https://froglabs.edugit.io' +SITEURL = '/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- GitLab