Compare commits
2 Commits
846319b2c7
...
e74c309461
| Author | SHA1 | Date | |
|---|---|---|---|
| e74c309461 | |||
| 2fcca45e4a |
@@ -9,7 +9,8 @@
|
||||
"blog": "blog",
|
||||
"produkte": "products",
|
||||
"start": "start",
|
||||
"danke": "thanks"
|
||||
"danke": "thanks",
|
||||
"niederspannungskabel": "low-voltage-cables"
|
||||
},
|
||||
"products": {
|
||||
"n2x2y": "n2x2y",
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"blog": "blog",
|
||||
"products": "products",
|
||||
"start": "start",
|
||||
"thanks": "thanks"
|
||||
"thanks": "thanks",
|
||||
"low-voltage-cables": "low-voltage-cables"
|
||||
},
|
||||
"products": {
|
||||
"n2x2y": "n2x2y",
|
||||
|
||||
@@ -8,12 +8,6 @@ const nextConfig = {
|
||||
output: 'standalone',
|
||||
async redirects() {
|
||||
return [
|
||||
// Root redirects
|
||||
{
|
||||
source: '/',
|
||||
destination: '/en/start',
|
||||
permanent: true,
|
||||
},
|
||||
// Blog redirects
|
||||
{
|
||||
source: '/blog',
|
||||
|
||||
Reference in New Issue
Block a user