We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
index.html
1 parent 95a35e7 commit 30aa486Copy full SHA for 30aa486
1 file changed
server.py
@@ -12,7 +12,7 @@
12
DEBUG = True
13
FLATPAGES_AUTO_RELOAD = DEBUG
14
FLATPAGES_EXTENSION = '.md'
15
-FREEZER_RELATIVE_URLS = True
+FREEZER_RELATIVE_URLS = False
16
FREEZER_DESTINATION = 'build'
17
FREEZER_STATIC_IGNORE = ['*.git*']
18
FREEZER_BASE_URL = None
0 commit comments