Files
2532cbe7-466f-47c7-a6d6-2f9…/vercel.json
kudinDmitriyUp 23a2c013b2 Initial commit
2026-05-09 11:09:01 +00:00

10 lines
159 B
JSON

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