Skip to content

Commit 2ec462e

Browse files
committed
feat: cname url
1 parent a101d70 commit 2ec462e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

publishconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from pelicanconf import *
99

1010
# If your site is available via HTTPS, make sure SITEURL begins with https://
11-
#SITEURL = "https://blog.pythonchile.cl"
12-
SITEURL = "https://python-chile.github.io/blogpythonchile/"
11+
SITEURL = "https://blog.pythonchile.cl"
12+
#SITEURL = "https://python-chile.github.io/blogpythonchile/"
1313
RELATIVE_URLS = False
1414

1515
FEED_ALL_ATOM = "feeds/all.atom.xml"

0 commit comments

Comments
 (0)