disable absolute urls
This commit is contained in:
parent
c4c5bfdb8a
commit
91e27780f5
|
@ -8,7 +8,7 @@ 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.pnm.tf'
|
SITEURL = 'https://www.pnm.tf'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = True
|
||||||
|
|
||||||
DELETE_OUTPUT_DIRECTORY = True
|
DELETE_OUTPUT_DIRECTORY = True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue