Files
4f7edf45-6726-496b-ba39-236…/vercel.json
kudinDmitriyUp 3efdf5103d Initial commit
2026-05-12 17:20:03 +00:00

10 lines
159 B
JSON

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