Files
ee25387f-d89f-416f-b4b3-a45…/vercel.json
2026-06-13 21:59:59 +00:00

10 lines
159 B
JSON

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