Files
894538d4-60bb-4c39-93a6-e8c…/vercel.json
2026-06-14 21:45:18 +00:00

10 lines
159 B
JSON

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