mirror of
https://github.com/netbirdio/docs.git
synced 2026-09-24 07:49:03 +02:00
Fixes
This commit is contained in:
+3
-3
@@ -25,17 +25,17 @@ const nextConfig = {
|
||||
return [
|
||||
{
|
||||
source: '/',
|
||||
destination: '/docs/introductions',
|
||||
destination: '/docs/introduction',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/docs',
|
||||
destination: '/docs/introductions',
|
||||
destination: '/docs/introduction',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/ipa',
|
||||
destination: '/ipa/introductions',
|
||||
destination: '/ipa/introduction',
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user