routing : remove panel.js and its redirections
This commit is contained in:
parent
64589d8267
commit
603700cd98
2 changed files with 0 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
document.addEventListener("DOMContentLoaded", () => {
|
||||
if (location.pathname === "/panel/site") {
|
||||
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