Files
9f449ca8-6809-4d86-8c79-a3f…/vercel.json
kudinDmitriyUp e7b3b93d1d Initial commit
2026-05-08 19:11:44 +00:00

10 lines
159 B
JSON

{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}