Files
08c3406d-9b71-48d0-a997-e7d…/vercel.json
2026-06-14 21:32:51 +00:00

10 lines
159 B
JSON

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