Files
0b5c8eaf-80c2-4794-b0ff-ea3…/vercel.json
kudinDmitriyUp eba3aa83c6 Initial commit
2026-06-12 18:47:04 +00:00

10 lines
159 B
JSON

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