Files
a987b1ee-843c-456e-a6f1-13b…/vercel.json
kudinDmitriyUp 02dc1cf402 Initial commit
2026-06-06 14:43:07 +00:00

10 lines
159 B
JSON

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