From 8014489222c1ccd5d4557aa3769ddc00c58831c2 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Wed, 18 Mar 2020 19:21:17 +0100
Subject: [PATCH] Use development site

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

diff --git a/publishconf.py b/publishconf.py
index 612c12e7..6bfbfcff 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://teckids.org'
+SITEURL = 'https://teckids.edugit.io'
 RELATIVE_URLS = False
 
 FEED_ALL_ATOM = 'feeds/all.atom.xml'
-- 
GitLab