Files
3ff7db3a-8c1b-45d7-aff0-4c6…/vercel.json
2026-07-01 20:26:56 +00:00

10 lines
159 B
JSON

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