From ecc291406524ee9878e20c516ced61f5c6340b21 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Tue, 5 May 2020 22:12:28 +0900 Subject: [PATCH] =?UTF-8?q?/=20=E2=80=98publishconf.py=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publishconf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index 02f4580..c32b52c 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,8 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '/site/ci/losttr' +#SITEURL = '/site/ci/losttr' +SITEURL = '/' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'