diff --git a/pelicanconf.py b/pelicanconf.py index 3ad83358b05718ebe06939958f7bcf2e1755a8b9..30696edd64e0867edfd08f525411e778a79d90c0 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -4,7 +4,7 @@ from __future__ import unicode_literals AUTHOR = 'Teckids e.V.' SITENAME = "Hack'n'Fun" -SITEURL = 'https://hacknfun.org' +SITEURL = '' SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg' STATIC_PATHS = ["static", "images"]