Skip to content

Commit

Permalink
Fix vercel.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed May 18, 2024
1 parent 7eaf030 commit 25591f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://openapi.vercel.sh/vercel.json",
"redirects": [
{
"source": "/docs/:version(?!v2)/:path*",
"source": "/docs/((?!v2).*)/:path*",
"destination": "/docs/v2/:path*"
}
]
Expand Down

0 comments on commit 25591f3

Please sign in to comment.