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