From d6e9d6fee1df62ed56b635dd23c582c55e0a5bee Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Sun, 1 Sep 2024 07:33:22 -0700 Subject: [PATCH] Try removing v0.2 rewrite (#25918) --- docs/vercel.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/vercel.json b/docs/vercel.json index 0fe6ba36c52..8e62a184400 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -2,12 +2,6 @@ "buildCommand": "yarn build", "outputDirectory": "build", "trailingSlash": true, - "rewrites": [ - { - "source": "/v0.2/:path(.*/?)*", - "destination": "https://langchain-v02.vercel.app/v0.2/:path*" - } - ], "redirects": [ { "source": "/docs/:path*(/?)",