From 237db8598b5ae2c39c8b34efd54eac09399992e2 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 2 May 2020 19:58:09 +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, 1 insertion(+), 2 deletions(-) diff --git a/publishconf.py b/publishconf.py index b0b7166..02f4580 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,8 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -#SITEURL = '/site/ci/losttr' -SITEURL = '' +SITEURL = '/site/ci/losttr' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'