Skip to content

Commit c9590ef

Browse files
authored
docs: fix infinite loop in vercel.json redirects (#33240)
1 parent c972552 commit c9590ef

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

docs/vercel.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
{
2424
"source": "/v0.2/:path(.*/?)*",
2525
"destination": "https://langchain-v02.vercel.app/v0.2/:path*"
26-
},
27-
{
28-
"source": "/v0.3",
29-
"destination": "https://langchain-v03.vercel.app/v0.3"
30-
},
31-
{
32-
"source": "/v0.3/:path(.*/?)*",
33-
"destination": "https://langchain-v03.vercel.app/v0.3/:path*"
3426
}
3527
],
3628
"redirects": [

0 commit comments

Comments
 (0)