panel : add redirection from goguely domain to morphoz domain
This commit is contained in:
parent
2705b73492
commit
89b4e6adf8
1 changed files with 4 additions and 0 deletions
|
|
@ -2,4 +2,8 @@ document.addEventListener("DOMContentLoaded", () => {
|
||||||
if (location.pathname === "/panel/site") {
|
if (location.pathname === "/panel/site") {
|
||||||
location.href = "/panel/pages/projects";
|
location.href = "/panel/pages/projects";
|
||||||
}
|
}
|
||||||
|
if (location.origin.includes("goguely")) {
|
||||||
|
location.href =
|
||||||
|
"https://designtopack.morphozbygroupepochet.com" + location.pathname;
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue