From 47f7ef754dfebac01a601a91221a4889d0fd5580 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Fri, 13 Aug 2021 14:49:11 +0200
Subject: [PATCH] Update public domain to hacknfun.camp

---
 publishconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/publishconf.py b/publishconf.py
index 4a2bb72..a79d912 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'
-- 
GitLab