Files
04f1fbaf-eb6b-4c05-9e02-7c2…/vercel.json
2026-06-24 07:19:08 +00:00

10 lines
159 B
JSON

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