fix redirection to old domain
All checks were successful
Deploy Production / Build and Deploy to Production (push) Successful in 30s

This commit is contained in:
isUnknown 2026-03-20 11:49:34 +01:00
parent 19752f516e
commit a4cc5c8efe
2 changed files with 3 additions and 3 deletions

View file

@ -30,12 +30,12 @@ sections:
fr: Ouvrir la plateforme
en: Open platform
value: Design to Pack
link: https://designtopack.morphozbygroupepochet.com/
link: https://designtopack.groupe-pochet.fr/
icon: open
- label:
fr: Projet(s) en cours
en: Current project(s)
link: https://designtopack.morphozbygroupepochet.com/
link: https://designtopack.groupe-pochet.fr/
value: "{{ user.currentProjects.count }}"
icon: folder
content:

View file

@ -34,7 +34,7 @@
<script>
if (location.href.includes('goguely')) {
location.href = 'https://designtopack.morphozbygroupepochet.com' + location.pathname
location.href = 'https://designtopack.groupe-pochet.fr' + location.pathname
}
</script>
</head>