docs: move vercel.json to public dir

This commit is contained in:
Sébastien Chopin
2023-05-20 18:41:07 +02:00
parent 595ed9fb46
commit 43787eca74

9
docs/public/vercel.json Normal file
View File

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