From 3bafdeeb556a92dabcdc848fea6a56cc4e10f33b Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Mon, 29 Jul 2024 15:36:55 +1200 Subject: [PATCH] redirects --- redirects.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redirects.mjs b/redirects.mjs index 2aba753a..a563b0c4 100644 --- a/redirects.mjs +++ b/redirects.mjs @@ -828,7 +828,7 @@ const otherRedirects = { const v5RestructuredRedirects = { "/typescript/v5/react": "/react/v5", - "/typescript/v5/react/:path*": "/react-native/v5/:path*", + "/typescript/v5/react/:path*": "/react/v5/:path*", "/typescript/v5/react-native": "/react-native/v5", "/typescript/v5/react-native/:path*": "/react-native/v5/:path*", };