Skip to content

Commit

Permalink
fix: 404 file
Browse files Browse the repository at this point in the history
  • Loading branch information
singhAmandeep007 committed May 20, 2024
1 parent 1f6f736 commit c189e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
// Otherwise, leave pathSegmentsToKeep as 0.
const pathSegmentsToKeep = 1;
const pathSegmentsToKeep = 0;

const l = window.location;
l.replace(
Expand Down

0 comments on commit c189e6b

Please sign in to comment.