Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipBaravi committed Dec 22, 2024
1 parent c6a1d9e commit 41dd1c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var redirectTo = window.location.pathname.replace(/\/+/, "/");

// Redirect to index.html with the original path
window.location.href = "/?redirect=" + redirectTo;
window.location.href = redirectTo;
</script>
</head>
<body>
Expand Down
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

0 comments on commit 41dd1c3

Please sign in to comment.