From 7976fb1663586f6d32775b1a0c9cd0965554ce41 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 17 May 2024 10:07:30 -0700 Subject: [PATCH] docs: cookbook redirect (#21822) --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) 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/" } ] }