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 } ] }