Files
4d51cacf-4974-4a89-9f78-87f…/vercel.json
2026-06-14 00:53:13 +00:00

10 lines
159 B
JSON

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