Files
965028cc-e7e0-49da-8327-d4f…/vercel.json
kudinDmitriyUp 8580005806 Initial commit
2026-05-17 08:13:58 +00:00

10 lines
159 B
JSON

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