ChatGPT-Next-Web/public/redirect.js
2023-06-21 13:20:09 +02:00

6 lines
259 B
JavaScript

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