Files
210f60b8-3c40-47cb-9336-6ca…/vercel.json
kudinDmitriyUp 0a0af0163c Initial commit
2026-05-04 10:24:42 +00:00

10 lines
159 B
JSON

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