Você pode adicionar no vercel.json
alguns redirects.
"redirects": [
{
"source": "/index.html",
"destination": "/",
"permanent": true
},
{
"source": "/projetos.html",
"destination": "/projetos",
"permanent": true
}
]