From 513dc3bc2cd4557ca6a34fd4c8d96ae8aac8b156 Mon Sep 17 00:00:00 2001 From: Eduard Gert Date: Mon, 19 Jan 2026 11:08:10 +0100 Subject: [PATCH] Redirect dns/zones to dns/custom-zones (#559) --- next.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/next.config.mjs b/next.config.mjs index 3eb307c8..4478bfd2 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -508,6 +508,11 @@ const nextConfig = { destination: '/help/report-bug-issues', permanent: true, }, + { + source: '/manage/dns/zones', + destination: '/manage/dns/custom-zones', + permanent: true, + }, ] }, rewrites: async () => {