From 1a6364960846184a15a00b13fcbca3819d902b5d Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Wed, 21 Jun 2023 09:45:27 +0100 Subject: [PATCH] More redirects --- docs/vercel.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index b652513..896662c 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -5,10 +5,20 @@ "destination": "/docs/guide", "permanent": true }, + { + "source": "/docs", + "destination": "/docs/guide", + "permanent": true + }, { "source": "/docs/config/key-binding", "destination": "/docs/key-binding", "permanent": true + }, + { + "source": "/docs/config/key-binding/", + "destination": "/docs/key-binding", + "permanent": true } ] }