Files
7d9aae42-57f4-407f-bede-2f6…/vercel.json
2026-06-14 19:35:38 +00:00

10 lines
159 B
JSON

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