Remove vercel config (#1119)
This commit is contained in:
parent
c96ba31894
commit
9ca26e5764
1 changed files with 0 additions and 24 deletions
|
@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in a new issue