diff --git a/publishconf.py b/publishconf.py index 69e9b597c98c3b62183291c64673c86f972f0e00..adc317ce64548b72280c7a22ce5385495c329236 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://froglabs.edugit.io' +SITEURL = '/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'