We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e25d8f commit 6f87eb8Copy full SHA for 6f87eb8
conf.py
@@ -25,7 +25,7 @@
25
# in a prominent link. Don't forget the protocol (http/https)!
26
deploy_site = os.environ.get('NIKOLA_DEPLOY')
27
if deploy_site:
28
- SITE_URL = f'https://{deploy_site}'
+ SITE_URL = 'https://{0}'.format(deploy_site)
29
else:
30
SITE_URL = 'http://localhost:8000/'
31
# This is the URL where Nikola's output will be deployed.
0 commit comments