Files
25766821-b1df-4b0f-90bd-e34…/vercel.json
kudinDmitriyUp db6f48b42b Initial commit
2026-06-11 19:38:20 +00:00

10 lines
159 B
JSON

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