Skip to content

Commit 81247cb

Browse files
committed
feat: url python chile
1 parent 33c59c8 commit 81247cb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

publishconf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
sys.path.append(os.curdir)
55
from pelicanconf import *
66

7-
SITEURL = "https://python-chile.github.io/pythonchile.cl"
7+
SITEURL = "https://pythonchile.cl/"
8+
#SITEURL = "https://python-chile.github.io/pythonchile.cl"
89
RELATIVE_URLS = False
910
DELETE_OUTPUT_DIRECTORY = True
1011
FEED_ALL_ATOM = None

0 commit comments

Comments
 (0)