Add redirect to scaling selfhosted (#678)

This commit is contained in:
Misha Bragin
2026-04-01 19:22:53 +02:00
committed by GitHub
parent 679ad7b3ad
commit 6435f4c62a

View File

@@ -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 () => {