aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--docs/vercel.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/vercel.json b/docs/vercel.json
deleted file mode 100644
index 896662c5..00000000
--- a/docs/vercel.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "redirects": [
- {
- "source": "/docs/",
- "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
- }
- ]
-}