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