Update redirect.js

This commit is contained in:
DirkSchlossmacher 2023-06-21 13:20:09 +02:00 committed by GitHub
parent 3b4367a4cb
commit 22e1364bed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}