Skip to content

Commit

Permalink
Rewrite /v4 to v4 branch deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Dec 19, 2023
1 parent 38f6d4c commit 4e9dd5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/docs/vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"rewrites": [
{
"source": "/v4/:path*",
"destination": "https://knip-dev-v4.vercel.app/:path*"
}
]
}

0 comments on commit 4e9dd5e

Please sign in to comment.