1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-17 16:07:18 +03:00

Remove vercel config (#1119)

This commit is contained in:
Ellie Huxtable 2023-07-26 08:44:14 +01:00 committed by GitHub
parent c96ba31894
commit 9ca26e5764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +0,0 @@
{
"redirects": [
{
"source": "/docs/",
"destination": "/docs/guide",
"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
}
]
}