From 22e1364beda2595ea527ba78cc1e2481b57c3c35 Mon Sep 17 00:00:00 2001 From: DirkSchlossmacher <62424946+DirkSchlossmacher@users.noreply.github.com> Date: Wed, 21 Jun 2023 13:20:09 +0200 Subject: [PATCH] Update redirect.js --- public/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/redirect.js b/public/redirect.js index 4df3baba1..966217809 100644 --- a/public/redirect.js +++ b/public/redirect.js @@ -1,5 +1,5 @@ if (window.location.hostname === "adexgpt.vercel.app") { var currentPath = window.location.pathname + window.location.search + window.location.hash; var newUrl = "https://adexgpt.adexpartners.com" + currentPath; - window.location.href = newUrl; +// window.location.href = newUrl; }