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