diff --git a/publishconf.py b/publishconf.py index 12222fd..929495b 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://blog.victor-hery.com' +#SITEURL = 'https://blog.victor-hery.com' RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml'