Skip to content

Commit f3d36f8

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

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
@@ -7,8 +7,8 @@
77

88
# --- Configuration for GitHub Pages ---
99
print("Setting FREEZER_BASE_URL to '/'")
10-
app.config['FREEZER_BASE_URL'] = '/pyExplorer/'
11-
app.config['FREEZER_DESTINATION'] = 'build'
10+
app.config['FREEZER_BASE_URL'] = '/'
11+
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
1414

0 commit comments

Comments
 (0)