Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed May 18, 2024
1 parent 25591f3 commit 5db7577
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/((?!v2).*)/:path*",
"source": "/docs/:version((?!v2)[A-z0-9.]+)/:path*",
"destination": "/docs/v2/:path*"
}
]
Expand Down

0 comments on commit 5db7577

Please sign in to comment.