Files
be971c8a-5d2c-48e8-8a2f-dc1…/vercel.json
2026-07-01 04:27:45 +00:00

10 lines
159 B
JSON

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