From 80da5b13f3f1e369d82832d9c7f68c88f13d75b3 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Sat, 1 Jun 2019 16:06:24 +0200 Subject: [PATCH] update production SITEURL --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 77cc73f..e91bdfa 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://www.offen.dev/homepage' +SITEURL = 'https://www.offen.dev' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'