Files
f5d8d202-976f-47b0-9bd3-8f6…/vercel.json
2026-06-25 10:38:43 +00:00

10 lines
159 B
JSON

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