mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
26 lines
514 B
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*"
|
|
}
|
|
]
|
|
}
|