Files
77f7c575-07ce-42bf-a765-209…/vercel.json
2026-06-13 14:45:14 +00:00

10 lines
159 B
JSON

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