From 5eca91284806ed91d4df2b49ef71d5758427a164 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Tue, 30 Sep 2025 15:49:11 +0200 Subject: [PATCH] add redirect for weird language issue --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index ee9b783ef10..a5e8730567a 100644 --- a/vercel.json +++ b/vercel.json @@ -3500,6 +3500,11 @@ "source": "/docs/migrations/migrations", "destination": "/docs/integrations/migration/overview", "permanent": true + }, + { + "source": "/docs/:lang1(ru|zh|jp)/:lang2(ru|zh|jp|en)/:path*", + "destination": "/docs/:lang1/:path*", + "permanent": true } ] }