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 62b0d4d commit f3d36f8Copy full SHA for f3d36f8
freeze.py
@@ -7,8 +7,8 @@
7
8
# --- Configuration for GitHub Pages ---
9
print("Setting FREEZER_BASE_URL to '/'")
10
-app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
11
-app.config['FREEZER_DESTINATION'] = 'build'
+app.config['FREEZER_BASE_URL'] = '/'
+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
14
0 commit comments