atuin/docs/vercel.json

25 lines
468 B
JSON
Raw Normal View History

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