2025-06-03 11:29:18 +02:00
|
|
|
document.addEventListener("DOMContentLoaded", () => {
|
|
|
|
|
if (location.pathname === "/panel/site") {
|
|
|
|
|
location.href = "/panel/pages/projects";
|
|
|
|
|
}
|
2025-06-13 15:51:37 +02:00
|
|
|
if (location.origin.includes("goguely")) {
|
|
|
|
|
location.href =
|
|
|
|
|
"https://designtopack.morphozbygroupepochet.com" + location.pathname;
|
|
|
|
|
}
|
2025-06-03 11:29:18 +02:00
|
|
|
});
|