Files
06cf390f-26fc-4f07-9e5b-0fe…/vercel.json
2026-06-30 16:18:22 +00:00

10 lines
159 B
JSON

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