Skip to content

Commit 62b0d4d

Browse files
authored
Update freeze.py
1 parent d917f2e commit 62b0d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# --- Configuration for GitHub Pages ---
99
print("Setting FREEZER_BASE_URL to '/'")
10-
app.config['FREEZER_BASE_URL'] = '/'
10+
app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
1111
app.config['FREEZER_DESTINATION'] = 'build'
1212
app.config['FREEZER_REMOVE_EXTRA_FILES'] = False
1313
# app.config['FREEZER_FOLLOW_REDIRECTS'] = True # May not be needed if we ignore /search

0 commit comments

Comments
 (0)