fix redirects
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m39s
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m39s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user