Files
d4f6cbf9-3aac-45ef-9474-647…/vercel.json
2026-06-17 00:09:55 +00:00

10 lines
159 B
JSON

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