mirror of
https://github.com/langchain-ai/docs.git
synced 2026-07-22 20:35:34 -04:00
17 lines
321 B
JSON
17 lines
321 B
JSON
{
|
|
"$schema": "https://openapi.vercel.sh/vercel.json",
|
|
"outputDirectory": "dist",
|
|
"public": true,
|
|
"trailingSlash": true,
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "https://docs.langchain.com"
|
|
},
|
|
{
|
|
"source": "/python/versions/latest",
|
|
"destination": "/python"
|
|
}
|
|
]
|
|
}
|