Files
af20e457-ddd1-4f9e-b0bc-c1d…/vercel.json
2026-06-22 17:07:37 +00:00

10 lines
159 B
JSON

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