Files
a4967131-c2cc-4e10-97be-778…/vercel.json
kudinDmitriyUp c61024b51c Initial commit
2026-05-31 02:44:56 +00:00

10 lines
159 B
JSON

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