Files
fa245c83-9abe-4e7d-b9e0-494…/vercel.json
2026-06-20 21:14:21 +00:00

10 lines
159 B
JSON

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