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