Files
804d8ad4-7bc2-401c-984b-05f…/vercel.json
kudinDmitriyUp 7a379725ec Initial commit
2026-05-08 19:27:02 +00:00

10 lines
159 B
JSON

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