Files
346ec71a-31d2-433f-9617-ab6…/vercel.json
2026-06-25 13:14:11 +00:00

10 lines
159 B
JSON

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