docs: add vercel redirect

This commit is contained in:
Sébastien Chopin
2023-05-20 18:38:19 +02:00
parent 5c4ab26d25
commit 595ed9fb46
2 changed files with 10 additions and 0 deletions

9
vercel.json Normal file
View File

@@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "/",
"destination": "/getting-started",
"permanent": false
}
]
}