diff --git a/publishconf.py b/publishconf.py index 4a2bb729e287aabb9198bc8115de7831f1158bed..a79d9126a721934f16b0945f2c019b4bd3c8f02b 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://hacknfun.org' +SITEURL = 'https://hacknfun.camp' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'