Files
28878ccf-0d3f-4e17-b9cd-97b…/vercel.json
kudinDmitriyUp cef453e4e2 Initial commit
2026-05-12 18:34:57 +00:00

10 lines
159 B
JSON

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