Redirect dns/zones to dns/custom-zones (#559)

This commit is contained in:
Eduard Gert
2026-01-19 11:08:10 +01:00
committed by GitHub
parent 7af0ef443c
commit 513dc3bc2c

View File

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