Files
5e599864-c18e-43e6-9cc5-79b…/vercel.json
2026-06-18 22:53:59 +00:00

10 lines
159 B
JSON

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