Files
5a2cfeae-70b0-44d5-a00f-024…/vercel.json
2026-06-16 07:11:27 +00:00

10 lines
159 B
JSON

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