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

@ -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>