aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/vercel.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/vercel.json b/docs/vercel.json
index b6525135..896662c5 100644
--- a/docs/vercel.json
+++ b/docs/vercel.json
@@ -6,9 +6,19 @@
"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
}
]
}