mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-08 19:16:37 +08:00
Update redirect.js
This commit is contained in:
parent
3b4367a4cb
commit
22e1364bed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user