diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-06-21 09:45:27 +0100 |
|---|---|---|
| committer | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-06-21 09:45:27 +0100 |
| commit | 1a6364960846184a15a00b13fcbca3819d902b5d (patch) | |
| tree | f19c99a2a3c0fc2ba45e775f021c8a9f744549ec /docs | |
| parent | Move key binding docs so they can be more easily found (#1067) (diff) | |
| download | atuin-1a6364960846184a15a00b13fcbca3819d902b5d.zip | |
More redirects
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/vercel.json | 10 |
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 } ] } |
