Files
bdce9f48-c8fc-48ab-bd0f-464…/vercel.json
2026-06-14 14:36:27 +00:00

10 lines
159 B
JSON

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