Vercel маршрут всех страниц в файл
// vercel.json
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
elcharitas