Files
ce1e2769-789c-4c69-8c38-83f…/vercel.json
kudinDmitriyUp 5a1d76cdf3 Initial commit
2026-04-14 14:39:05 +00:00

10 lines
159 B
JSON

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