Try removing v0.2 rewrite (#25918)

This commit is contained in:
Jacob Lee 2024-09-01 07:33:22 -07:00 committed by GitHub
parent 4b7a7ed4b1
commit d6e9d6fee1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,12 +2,6 @@
"buildCommand": "yarn build",
"outputDirectory": "build",
"trailingSlash": true,
"rewrites": [
{
"source": "/v0.2/:path(.*/?)*",
"destination": "https://langchain-v02.vercel.app/v0.2/:path*"
}
],
"redirects": [
{
"source": "/docs/:path*(/?)",