diff --git a/docs/vercel.json b/docs/vercel.json index 09ede0a6583..d8a94fd1083 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -85,6 +85,10 @@ { "source": "/docs/integrations/platforms/:path((?:anthropic|aws|google|huggingface|microsoft|openai)?/?)*", "destination": "/docs/integrations/providers/:path*" + }, + { + "source": "/docs/troubleshooting/errors/:path((?:GRAPH_RECURSION_LIMIT|INVALID_CONCURRENT_GRAPH_UPDATE|INVALID_GRAPH_NODE_RETURN_VALUE|MULTIPLE_SUBGRAPHS)/?)*", + "destination": "https://langchain-ai.github.io/langgraph/troubleshooting/errors/:path*" } ] }