Files
c07c7c09-b4fc-4f06-9663-1fe…/vercel.json
2026-06-13 11:21:37 +00:00

10 lines
159 B
JSON

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