Files
2ee682d2-1ebb-4414-bcbf-bed…/vercel.json
2026-06-15 21:20:17 +00:00

10 lines
159 B
JSON

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