Files
8dcc06f2-d3b9-40fd-a33b-80f…/vercel.json
2026-06-20 23:59:39 +00:00

10 lines
159 B
JSON

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