You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/vercel.json

26 lines
514 B
JSON

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