Files
9c9241b7-fd0d-42ca-8c15-de8…/vercel.json
2026-06-24 11:02:30 +00:00

10 lines
159 B
JSON

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