Files
ecc65d30-81d3-4796-b855-0c3…/vercel.json
2026-06-22 18:01:33 +00:00

10 lines
159 B
JSON

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