Document local database production deployment

This commit is contained in:
Codex
2026-04-28 09:04:03 +08:00
parent 8697aa3fbb
commit 21cb5c9c15
5 changed files with 252 additions and 12 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ const nextConfig = {
{ source: '/About/index.html', destination: '/en/about', permanent: true },
// Footer / secondary
{ source: '/Support/tutorial.html', destination: '/en/support', permanent: true },
{ 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 },