diff --git a/pelicanconf.py b/pelicanconf.py
index 30696edd64e0867edfd08f525411e778a79d90c0..2ee65283197a15f886dce2509c5f0b00f673a639 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 = ''
+SITEURL = 'https://hacknfun.org/'
 SITELOGO = f'{SITEURL}/theme/artwork/banner-hacknfun.svg'
 
 STATIC_PATHS = ["static", "images"]