Files
7b82cfd9-cd1d-445c-af14-d1d…/vercel.json
2026-06-14 15:57:57 +00:00

10 lines
159 B
JSON

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