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 d917f2e commit 62b0d4dCopy full SHA for 62b0d4d
freeze.py
@@ -7,7 +7,7 @@
7
8
# --- Configuration for GitHub Pages ---
9
print("Setting FREEZER_BASE_URL to '/'")
10
-app.config['FREEZER_BASE_URL'] = '/'
+app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
11
app.config['FREEZER_DESTINATION'] = 'build'
12
app.config['FREEZER_REMOVE_EXTRA_FILES'] = False
13
# app.config['FREEZER_FOLLOW_REDIRECTS'] = True # May not be needed if we ignore /search
0 commit comments