fix redirects
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m39s

This commit is contained in:
2026-01-27 09:17:55 +01:00
parent 3b5174cd12
commit 69e39b06cf
2 changed files with 10 additions and 23 deletions

View File

@@ -14,33 +14,18 @@ const nextConfig = {
destination: '/en/blog',
permanent: true,
},
{
source: '/de/blog',
destination: '/de/blog',
permanent: true,
},
// Contact redirects
{
source: '/contact',
destination: '/en/contact',
permanent: true,
},
{
source: '/de/kontakt',
destination: '/de/kontakt',
permanent: true,
},
// Team redirects
{
source: '/team',
destination: '/en/team',
permanent: true,
},
{
source: '/de/team',
destination: '/de/team',
permanent: true,
},
// Products redirects
{
source: '/products',
@@ -310,12 +295,6 @@ const nextConfig = {
destination: '/de/produkte/ny2y',
permanent: true,
},
// German page redirects
{
source: '/de/start',
destination: '/de/start',
permanent: true,
},
// VCF redirects
{
source: '/vcf/klaus-mintel',