Files
7dbaa27f-140d-46e8-bb8e-944…/vercel.json
2026-06-14 17:52:03 +00:00

10 lines
159 B
JSON

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