atuin/docs/vercel.json

25 lines
468 B
JSON
Raw Normal View History

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