0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00
astro/docs/vercel.json

11 lines
147 B
JSON
Raw Normal View History

{
"cleanUrls": true,
"trailingSlash": false,
"redirects": [
{
"source": "/",
"destination": "/getting-started"
}
]
}