mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-16 07:26:35 +00:00
Redirect dns/zones to dns/custom-zones (#559)
This commit is contained in:
@@ -508,6 +508,11 @@ const nextConfig = {
|
|||||||
destination: '/help/report-bug-issues',
|
destination: '/help/report-bug-issues',
|
||||||
permanent: true,
|
permanent: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
source: '/manage/dns/zones',
|
||||||
|
destination: '/manage/dns/custom-zones',
|
||||||
|
permanent: true,
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
rewrites: async () => {
|
rewrites: async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user