Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Leabenisty committed Jul 10, 2024
1 parent 38be9f8 commit 05e1fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// Only redirect if not already at the correct URL
if (window.location.href !== redirectTo) {
// Redirect to the target URL
window.location.replace(redirectTo);
window.history.replaceState(redirectTo);
}
</script>
</head>
Expand Down

0 comments on commit 05e1fa6

Please sign in to comment.