Files
7c3f3ebc-ad30-4196-bf58-a8b…/vercel.json
2026-06-14 10:01:43 +00:00

10 lines
159 B
JSON

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