atuin/docs/vercel.json

15 lines
246 B
JSON
Raw Normal View History

2023-06-21 02:21:19 -06:00
{
"redirects": [
{
"source": "/docs/",
"destination": "/docs/guide",
"permanent": true
},
{
"source": "/docs/config/key-binding",
"destination": "/docs/key-binding",
"permanent": true
2023-06-21 02:21:19 -06:00
}
]
}