aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@elliehuxtable.com>2023-06-21 09:45:27 +0100
committerEllie Huxtable <ellie@elliehuxtable.com>2023-06-21 09:45:27 +0100
commit1a6364960846184a15a00b13fcbca3819d902b5d (patch)
treef19c99a2a3c0fc2ba45e775f021c8a9f744549ec /docs
parentMove key binding docs so they can be more easily found (#1067) (diff)
downloadatuin-1a6364960846184a15a00b13fcbca3819d902b5d.zip
More redirects
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
}
]
}