From 05e1fa6ad5f3ac6d14f0aafdf337bcc17028c74b Mon Sep 17 00:00:00 2001 From: Leabenisty Date: Wed, 10 Jul 2024 15:09:43 +0300 Subject: [PATCH] Updates --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 0762fe3..3dbb3e5 100644 --- a/404.html +++ b/404.html @@ -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); }