From 5d357794833e6482a799f42c754d20c76780607d Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sun, 12 Apr 2020 15:15:29 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publishconf.py b/publishconf.py index ffca1a1..f190e67 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '/site/ci/pelican' +SITEURL = '/site/ci/website' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml'