diff --git a/publishconf.py b/publishconf.py index 612c12e7887e59eab61100e38fe3f98bb142b653..6bfbfcff49bec2b60560d70fd48c0b86cc103c40 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'