Skip to content

Commit 7f06ab3

Browse files
authored
fix(redirects): add redirects for v8 links (#3666)
* fix(redirects): add redirects for v8 links * fix(redirects): ja v8 redirects
1 parent 8fb6575 commit 7f06ab3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vercel.json

+2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,13 @@
2929
"source": "/docs/ja/",
3030
"destination": "/docs/ja"
3131
},
32+
{ "source": "/docs/ja/v8/:match*", "destination": "/docs/ja/:match*" },
3233
{
3334
"source": "/docs/(v5|next)?/developer-resources/:path*",
3435
"destination": "https://ionic.io/resources"
3536
},
3637
{ "source": "/docs/next/:match*", "destination": "/docs/:match*" },
38+
{ "source": "/docs/v8/:match*", "destination": "/docs/:match*" },
3739
{
3840
"source": "/docs/react/your-first-app/2-taking-photos",
3941
"destination": "/docs/react/your-first-app/taking-photos"

0 commit comments

Comments
 (0)