diff --git a/docs/vercel.json b/docs/vercel.json index ed15a82a067..04be0e01562 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -26,6 +26,10 @@ } ], "redirects": [ + { + "source": "/v0.3/docs/:path(.*/?)*", + "destination": "/docs/:path*" + }, { "source": "/docs/modules/agents/tools/custom_tools(/?)", "destination": "/docs/how_to/custom_tools/"