Files
2d879f6c-cacd-4484-a0b3-ec9…/vercel.json
2026-06-16 00:33:52 +00:00

10 lines
159 B
JSON

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