mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-15 23:16:36 +00:00
Add redirect to scaling selfhosted (#678)
This commit is contained in:
@@ -652,6 +652,12 @@ const nextConfig = {
|
|||||||
destination: '/selfhosted/external-reverse-proxy',
|
destination: '/selfhosted/external-reverse-proxy',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
// selfhosted scaling redirect
|
||||||
|
{
|
||||||
|
source: '/scaling-your-self-hosted-deployment',
|
||||||
|
destination: '/selfhosted/maintenance/scaling/scaling-your-self-hosted-deployment',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
rewrites: async () => {
|
rewrites: async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user