Files
a0a01b94-fd6f-4791-aff3-d23…/vercel.json
2026-06-14 06:33:39 +00:00

10 lines
159 B
JSON

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