Files
fb2b8964-ee95-4e77-a1a1-87d…/vercel.json
2026-06-14 22:58:00 +00:00

10 lines
159 B
JSON

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