Skip to content

Commit 4546e4c

Browse files
authored
Update freeze.py
1 parent 0d783a7 commit 4546e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freeze.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# --- Configuration for GitHub Pages ---
99
# Sets the base URL. CRITICAL for links/CSS/JS on GitHub Pages.
1010
# Must match your repository name structure.
11-
print("Setting FREEZER_BASE_URL to '/pyExplorer/'")
12-
app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
11+
print("Setting FREEZER_BASE_URL to '/'")
12+
app.config['FREEZER_BASE_URL'] = '/'
1313

1414
# Sets the output directory for the static files
1515
app.config['FREEZER_DESTINATION'] = 'build'

0 commit comments

Comments
 (0)