Files
d1ae3eb2-9d97-4f95-8d26-60f…/vercel.json
2026-06-14 15:58:29 +00:00

10 lines
159 B
JSON

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