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 0d783a7 commit 4546e4cCopy full SHA for 4546e4c
freeze.py
@@ -8,8 +8,8 @@
8
# --- Configuration for GitHub Pages ---
9
# Sets the base URL. CRITICAL for links/CSS/JS on GitHub Pages.
10
# Must match your repository name structure.
11
-print("Setting FREEZER_BASE_URL to '/pyExplorer/'")
12
-app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
+print("Setting FREEZER_BASE_URL to '/'")
+app.config['FREEZER_BASE_URL'] = '/'
13
14
# Sets the output directory for the static files
15
app.config['FREEZER_DESTINATION'] = 'build'
0 commit comments