Files
8240e8f9-39cc-4e69-962d-2fb…/vercel.json
2026-06-24 11:06:42 +00:00

10 lines
159 B
JSON

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