Files
4210b2a6-d0bf-46a7-a0ff-158…/vercel.json
2026-06-15 17:27:28 +00:00

10 lines
159 B
JSON

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