fix redirection to old domain
All checks were successful
Deploy Production / Build and Deploy to Production (push) Successful in 30s
All checks were successful
Deploy Production / Build and Deploy to Production (push) Successful in 30s
This commit is contained in:
parent
19752f516e
commit
a4cc5c8efe
2 changed files with 3 additions and 3 deletions
|
|
@ -30,12 +30,12 @@ sections:
|
||||||
fr: Ouvrir la plateforme
|
fr: Ouvrir la plateforme
|
||||||
en: Open platform
|
en: Open platform
|
||||||
value: Design to Pack
|
value: Design to Pack
|
||||||
link: https://designtopack.morphozbygroupepochet.com/
|
link: https://designtopack.groupe-pochet.fr/
|
||||||
icon: open
|
icon: open
|
||||||
- label:
|
- label:
|
||||||
fr: Projet(s) en cours
|
fr: Projet(s) en cours
|
||||||
en: Current project(s)
|
en: Current project(s)
|
||||||
link: https://designtopack.morphozbygroupepochet.com/
|
link: https://designtopack.groupe-pochet.fr/
|
||||||
value: "{{ user.currentProjects.count }}"
|
value: "{{ user.currentProjects.count }}"
|
||||||
icon: folder
|
icon: folder
|
||||||
content:
|
content:
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
if (location.href.includes('goguely')) {
|
if (location.href.includes('goguely')) {
|
||||||
location.href = 'https://designtopack.morphozbygroupepochet.com' + location.pathname
|
location.href = 'https://designtopack.groupe-pochet.fr' + location.pathname
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue