From e68f27fd14b497a0fb495f54da8e748e634cf0c3 Mon Sep 17 00:00:00 2001 From: jaredcbaum Date: Wed, 22 May 2024 09:44:16 -0600 Subject: [PATCH 1/2] fix(redirects): add redirects for v8 links --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index b7f986824c5..ffd18508360 100644 --- a/vercel.json +++ b/vercel.json @@ -34,6 +34,7 @@ "destination": "https://ionic.io/resources" }, { "source": "/docs/next/:match*", "destination": "/docs/:match*" }, + { "source": "/docs/v8/:match*", "destination": "/docs/:match*" }, { "source": "/docs/react/your-first-app/2-taking-photos", "destination": "/docs/react/your-first-app/taking-photos" From 34879e02ef1f1bc97be75a90f0f69b99e03d4530 Mon Sep 17 00:00:00 2001 From: jaredcbaum Date: Wed, 22 May 2024 09:48:59 -0600 Subject: [PATCH 2/2] fix(redirects): ja v8 redirects --- vercel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vercel.json b/vercel.json index ffd18508360..5ea8e94a238 100644 --- a/vercel.json +++ b/vercel.json @@ -29,6 +29,7 @@ "source": "/docs/ja/", "destination": "/docs/ja" }, + { "source": "/docs/ja/v8/:match*", "destination": "/docs/ja/:match*" }, { "source": "/docs/(v5|next)?/developer-resources/:path*", "destination": "https://ionic.io/resources"