From 41dd1c3b095cb30bac2947e03ea37059b21a9ddc Mon Sep 17 00:00:00 2001 From: Philip Date: Sun, 22 Dec 2024 19:21:34 +0100 Subject: [PATCH] Updates --- 404.html | 2 +- CNAME | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 CNAME diff --git a/404.html b/404.html index d305c2e..fe364bb 100644 --- a/404.html +++ b/404.html @@ -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; diff --git a/CNAME b/CNAME deleted file mode 100644 index d13410c..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -invoicehub.space \ No newline at end of file