Skip to content

Commit f29843f

Browse files
committed
fix: siteurl var
1 parent 492a7b3 commit f29843f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publishconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pelicanconf import *
66

77
#SITEURL = "https://www.pythonchile.cl"
8-
SITEURL = "https://python-chile.github.io/"
8+
SITEURL = "https://python-chile.github.io"
99
RELATIVE_URLS = False
1010

1111
DELETE_OUTPUT_DIRECTORY = True

0 commit comments

Comments
 (0)