Files
39a8e0d7-bf53-4c39-bf18-5e8…/vercel.json
2026-06-21 11:20:23 +00:00

10 lines
159 B
JSON

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