Skip to content

Commit e1956ae

Browse files
committed
Don't stomp site root
1 parent 9a14461 commit e1956ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/public/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script>
77
// Single Page App redirect for GitHub Pages
88
// Encodes the path into a query param so index.html can restore it
9-
var pathSegmentsToKeep = 0; // root deploy
9+
var pathSegmentsToKeep = 1; // deployed under /EvMod/
1010
var l = window.location;
1111
l.replace(
1212
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +

0 commit comments

Comments
 (0)