Files
50d25486-6e12-4a2d-9eda-2cb…/vercel.json
kudinDmitriyUp 72a95ad130 Initial commit
2026-04-25 21:10:37 +00:00

10 lines
159 B
JSON

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