diff --git a/docs/vercel.json b/docs/vercel.json index 1571d1e482c..571f749114e 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -20,6 +20,10 @@ { "source": "/docs/:path(.*/?)*", "destination": "/v0.1/docs/:path*" + }, + { + "source": "/cookbook(/?)", + "destination": "/v0.1/docs/cookbook/" } ] }