Skip to content

Commit 6eae83f

Browse files
committed
Updates
1 parent c982782 commit 6eae83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
2323
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
2424
// Otherwise, leave pathSegmentsToKeep as 0.
25-
var pathSegmentsToKeep = 1;
25+
var pathSegmentsToKeep = 0;
2626

2727
var l = window.location;
2828
l.replace(

0 commit comments

Comments
 (0)