We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c929ae commit dedbad9Copy full SHA for dedbad9
render.py
@@ -7,7 +7,7 @@
7
from jinja2 import Environment, FileSystemLoader
8
9
DOMAIN = 'xkcd.perlmint.app'
10
-BASE_URL = 'http://%s' % DOMAIN
+BASE_URL = '://%s' % DOMAIN
11
SITE_OWNER = "@omniavinco"
12
WORK_ROOT = os.path.dirname(os.path.abspath(__file__))
13
TEMPLATE_PATH = os.path.join(WORK_ROOT, 'templates')
0 commit comments