Files
142c108f-eb59-4dba-99e6-614…/vercel.json
2026-06-21 23:51:14 +00:00

10 lines
159 B
JSON

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