atuin/docs/vercel.json
Ellie Huxtable 190c468388
Move key binding docs so they can be more easily found (#1067)
* Move key binding docs so they can be more easily found

* Redirect
2023-06-21 09:28:45 +01:00

14 lines
246 B
JSON

{
"redirects": [
{
"source": "/docs/",
"destination": "/docs/guide",
"permanent": true
},
{
"source": "/docs/config/key-binding",
"destination": "/docs/key-binding",
"permanent": true
}
]
}