Files
6f1a968b-170f-4808-b63d-102…/vercel.json
2026-06-13 15:02:57 +00:00

10 lines
159 B
JSON

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