Files
9ba890bb-d31b-4f27-b783-d44…/vercel.json
2026-06-23 22:13:53 +00:00

10 lines
159 B
JSON

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