Skip to content

Commit

Permalink
fix: redirect path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustic-Citrus committed Jul 10, 2024
1 parent d4be37e commit aa2b052
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 @@ -10,7 +10,7 @@
window.location.protocol +
"//" +
window.location.host +
"/#" +
"/" +
pathname;
window.location.replace(newUrl);
</script>
Expand Down

0 comments on commit aa2b052

Please sign in to comment.