Skip to content

Commit 0288f5a

Browse files
authored
Merge pull request #228 from PyConTH/Chomtana-patch-4-1
Change SITE_URL and BASE_URL to appropriate value
2 parents 33f916b + a2a4107 commit 0288f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
BLOG_TITLE = {"en":"PyCon Thailand", "th": "PyCon Thailand"} # (translatable)
2323
# This is the main URL for your site. It will be used
2424
# in a prominent link. Don't forget the protocol (http/https)!
25-
SITE_URL = "https://th.pycon.org/"
25+
SITE_URL = "https://2019.th.pycon.org/"
2626
# This is the URL where Nikola's output will be deployed.
2727
# If not set, defaults to SITE_URL
28-
# BASE_URL = "https://th.pycon.org/"
28+
# BASE_URL = "https://2019.th.pycon.org/"
2929
BLOG_EMAIL = "[email protected]"
3030
BLOG_DESCRIPTION = {"en": "Conference website for PyCon Thailand", "th": "เว็บไซต์ทางการของการสัมมนา PyCon Thailand"} # (translatable)
3131

0 commit comments

Comments
 (0)