summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-07-26 08:44:14 +0100
committerGitHub <noreply@github.com>2023-07-26 08:44:14 +0100
commit9ca26e57640912967f66b36b7bd352aba7317618 (patch)
treef97b85fc36141b0b390f7bedb47a4b045bba88aa /docs
parentc96ba318942cc353310ac86a118e9829a266af45 (diff)
Remove vercel config (#1119)
Diffstat (limited to 'docs')
-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 896662c57..000000000
--- 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
- }
- ]
-}