Compare commits

...

2 Commits

Author SHA1 Message Date
e74c309461 redirects
All checks were successful
Build & Deploy / deploy (push) Successful in 3m20s
2026-01-21 13:10:32 +01:00
2fcca45e4a fix 2026-01-21 12:42:00 +01:00
3 changed files with 4 additions and 8 deletions

View File

@@ -9,7 +9,8 @@
"blog": "blog",
"produkte": "products",
"start": "start",
"danke": "thanks"
"danke": "thanks",
"niederspannungskabel": "low-voltage-cables"
},
"products": {
"n2x2y": "n2x2y",

View File

@@ -9,7 +9,8 @@
"blog": "blog",
"products": "products",
"start": "start",
"thanks": "thanks"
"thanks": "thanks",
"low-voltage-cables": "low-voltage-cables"
},
"products": {
"n2x2y": "n2x2y",

View File

@@ -8,12 +8,6 @@ const nextConfig = {
output: 'standalone',
async redirects() {
return [
// Root redirects
{
source: '/',
destination: '/en/start',
permanent: true,
},
// Blog redirects
{
source: '/blog',