diff --git a/publishconf.py b/publishconf.py index f6249f2..5a6bd04 100644 --- a/publishconf.py +++ b/publishconf.py @@ -3,7 +3,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' +SITEURL = 'https://blog.rwx.work' RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml'