Files
ef344015-6a0d-4fdd-be5f-a1f…/vercel.json
2026-06-15 13:28:21 +00:00

10 lines
159 B
JSON

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