Redirect old docs (#1066)

This commit is contained in:
Ellie Huxtable 2023-06-21 09:21:19 +01:00 committed by GitHub
parent 395aa81c2a
commit cb25aaa90e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
docs/vercel.json Normal file
View File

@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/docs/",
"destination": "/docs/guide",
"permanent": true
}
]
}