Files
92b1b653-047e-4f5d-bf2f-95c…/vercel.json
2026-06-14 17:21:25 +00:00

10 lines
159 B
JSON

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