Redirect old docs (#1066)
This commit is contained in:
parent
395aa81c2a
commit
cb25aaa90e
1 changed files with 9 additions and 0 deletions
9
docs/vercel.json
Normal file
9
docs/vercel.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"redirects": [
|
||||
{
|
||||
"source": "/docs/",
|
||||
"destination": "/docs/guide",
|
||||
"permanent": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue