diff --git a/docs/vercel.json b/docs/vercel.json index 6be4a6cee04..3082a5e8030 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -13,6 +13,10 @@ "source": "/docs/:path*(/?)", "destination": "/v0.1/docs/:path*/" }, + { + "source": "/cookbook(/?)", + "destination": "/v0.1/docs/cookbook/" + }, { "source": "(/?)", "destination": "/v0.1/docs/get_started/introduction/"