Use CMS redirects for support tutorials

This commit is contained in:
Codex
2026-04-28 09:22:18 +08:00
parent 98e32a4385
commit 9a55b874a5
14 changed files with 175 additions and 4 deletions
-2
View File
@@ -28,8 +28,6 @@ const nextConfig = {
{ source: '/About/index.html', destination: '/en/about', permanent: true },
// Footer / secondary
{ source: '/Support/tutorial.html', destination: '/en/support/tutorial', permanent: true },
{ source: '/Support/tutorial/target/:target.html', destination: '/en/support/tutorial', permanent: true },
{ source: '/Contact/afterservice.html', destination: '/en/support/warranty', permanent: true },
{ source: '/Contact/distributor.html', destination: '/en/dealers', permanent: true },
{ source: '/Contact/oem.html', destination: '/en/support/contact', permanent: true },