We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c982782 commit 6eae83fCopy full SHA for 6eae83f
404.html
@@ -22,7 +22,7 @@
22
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
23
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
24
// Otherwise, leave pathSegmentsToKeep as 0.
25
- var pathSegmentsToKeep = 1;
+ var pathSegmentsToKeep = 0;
26
27
var l = window.location;
28
l.replace(
0 commit comments