Files
0a54857f-76b3-4321-ae5d-ff8…/vercel.json
kudinDmitriyUp 9385c61373 Initial commit
2026-05-25 13:29:59 +00:00

10 lines
159 B
JSON

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