Files
4f76cd59-c8e0-47ce-a2ff-bea…/vercel.json
2026-06-13 20:04:16 +00:00

10 lines
159 B
JSON

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