Files
c1667580-6d17-4358-80df-e02…/vercel.json
2026-06-22 14:33:35 +00:00

10 lines
159 B
JSON

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