We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb6575 commit 7f06ab3Copy full SHA for 7f06ab3
vercel.json
@@ -29,11 +29,13 @@
29
"source": "/docs/ja/",
30
"destination": "/docs/ja"
31
},
32
+ { "source": "/docs/ja/v8/:match*", "destination": "/docs/ja/:match*" },
33
{
34
"source": "/docs/(v5|next)?/developer-resources/:path*",
35
"destination": "https://ionic.io/resources"
36
37
{ "source": "/docs/next/:match*", "destination": "/docs/:match*" },
38
+ { "source": "/docs/v8/:match*", "destination": "/docs/:match*" },
39
40
"source": "/docs/react/your-first-app/2-taking-photos",
41
"destination": "/docs/react/your-first-app/taking-photos"
0 commit comments