Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kacan98 authored Mar 25, 2024
1 parent a52d6a2 commit 119322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<script>
if (location.pathname !== "/") {
location.replace('/#' + location.pathname);
location.replace(location.pathname);
}
</script>
</body></html>
</body></html>

0 comments on commit 119322c

Please sign in to comment.