Files
62d1d71c-7efe-4e4f-af9f-d0f…/vercel.json
2026-06-14 19:20:34 +00:00

10 lines
159 B
JSON

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