Skip to content

Commit dedbad9

Browse files
authored
Update render.py
1 parent 8c929ae commit dedbad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from jinja2 import Environment, FileSystemLoader
88

99
DOMAIN = 'xkcd.perlmint.app'
10-
BASE_URL = 'http://%s' % DOMAIN
10+
BASE_URL = '://%s' % DOMAIN
1111
SITE_OWNER = "@omniavinco"
1212
WORK_ROOT = os.path.dirname(os.path.abspath(__file__))
1313
TEMPLATE_PATH = os.path.join(WORK_ROOT, 'templates')

0 commit comments

Comments
 (0)