mirror of
https://github.com/offen/website.git
synced 2024-11-22 17:10:29 +01:00
update production SITEURL
This commit is contained in:
parent
f77d77e02d
commit
80da5b13f3
@ -11,7 +11,7 @@ sys.path.append(os.curdir)
|
|||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
# If your site is available via HTTPS, make sure SITEURL begins with https://
|
||||||
SITEURL = 'https://www.offen.dev/homepage'
|
SITEURL = 'https://www.offen.dev'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
Loading…
Reference in New Issue
Block a user