routing : remove panel.js and its redirections

This commit is contained in:
isUnknown 2025-09-03 17:43:56 +02:00
parent 51fca42e35
commit de2678d79c
3 changed files with 21 additions and 16 deletions

View file

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