mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Fixes
This commit is contained in:
@@ -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