Files
f63bfdf1-13c3-4a92-aeae-11c…/vercel.json
2026-06-15 17:26:05 +00:00

10 lines
159 B
JSON

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