We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a14461 commit e1956aeCopy full SHA for e1956ae
1 file changed
website/public/404.html
@@ -6,7 +6,7 @@
6
<script>
7
// Single Page App redirect for GitHub Pages
8
// Encodes the path into a query param so index.html can restore it
9
- var pathSegmentsToKeep = 0; // root deploy
+ var pathSegmentsToKeep = 1; // deployed under /EvMod/
10
var l = window.location;
11
l.replace(
12
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
0 commit comments