Files
038fbeba-ce2e-4f73-a3fd-49a…/vercel.json
kudinDmitriyUp d3b4f8deef Initial commit
2026-06-11 21:18:43 +00:00

10 lines
159 B
JSON

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