mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-18 08:26:35 +00:00
Add permanent redirect for /ipa routes (#271)
This commit is contained in:
@@ -93,6 +93,11 @@ const nextConfig = {
|
||||
source: '/docs/:path*',
|
||||
destination: '/:path*',
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: '/ipa/:path*',
|
||||
destination: '/api/:path*',
|
||||
permanent: true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user