Skip to content

Commit

Permalink
fix: vercel redirects for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinjiang committed Mar 18, 2024
1 parent 96246c7 commit 42df435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vercel.json
Expand Up @@ -30,6 +30,10 @@
{
"source": "/v2/:path*",
"destination": "https://v2.cn.vuejs.org/v2/:path*"
},
{
"source": "/v2/:path*/",
"destination": "https://v2.cn.vuejs.org/v2/:path*/"
}
]
}

0 comments on commit 42df435

Please sign in to comment.