Update publishconf.py
This commit is contained in:
parent
29f2068d16
commit
74bc572a6f
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import sys
|
|||
sys.path.append(os.curdir)
|
||||
from pelicanconf import *
|
||||
|
||||
SITEURL = '/pelican'
|
||||
SITEURL = '/site/pelican'
|
||||
RELATIVE_URLS = False
|
||||
|
||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||
|
|
|
|||
Loading…
Reference in a new issue