Files
d4b4615c-a748-4f9b-8dd1-591…/vercel.json
kudinDmitriyUp 64c37e5b69 Initial commit
2026-05-06 10:02:22 +00:00

10 lines
159 B
JSON

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