Files
b803508e-bc89-4316-b22f-eb7…/vercel.json
2026-06-17 12:22:47 +00:00

10 lines
159 B
JSON

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