routing : remove panel.js and its redirections
This commit is contained in:
parent
51fca42e35
commit
de2678d79c
3 changed files with 21 additions and 16 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