diff --git a/docs/vercel.json b/docs/vercel.json index 5815504b1a3..7382235f8ef 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -137,6 +137,10 @@ { "source": "/api_reference/mongodb/:path(.*/?)*", "destination": "https://langchain-mongodb.readthedocs.io/en/latest/langchain_mongodb/api_docs.html" + }, + { + "source": "/api_reference/tests/:path(.*/?)*", + "destination": "/api_reference/standard_tests/:path" } ] }