Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3501,6 +3501,11 @@
"destination": "/docs/integrations/migration/overview",
"permanent": true
},
{
"source": "/docs/:lang1(ru|zh|jp)/:lang2(ru|zh|jp|en)/:path*",
Copy link
Preview

Copilot AI Oct 6, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The language code 'jp' should be 'ja' for Japanese. The correct ISO 639-1 language code for Japanese is 'ja', not 'jp'.

Copilot uses AI. Check for mistakes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true, but we're special.

"destination": "/docs/:lang1/:path*",
"permanent": true
},
{
"source": "/docs/operations/system-tables/crash-log",
"destination": "/docs/operations/system-tables/crash_log",
Expand Down