Files
d2dfc56f-ba00-4baf-8a35-73b…/vercel.json
2026-06-15 12:10:12 +00:00

10 lines
159 B
JSON

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