From cec317de1277db4a2323da4b92ed20b973517e4e Mon Sep 17 00:00:00 2001 From: braginini Date: Wed, 1 Apr 2026 19:15:06 +0200 Subject: [PATCH] Add redirect to scaling selfhosted --- next.config.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 6d6ba051..152f6af8 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -652,6 +652,12 @@ const nextConfig = { destination: '/selfhosted/external-reverse-proxy', permanent: true, }, + // selfhosted scaling redirect + { + source: '/scaling-your-self-hosted-deployment', + destination: '/selfhosted/maintenance/scaling/scaling-your-self-hosted-deployment', + permanent: true, + }, ] }, rewrites: async () => {