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