Files
c3e99733-b087-4678-8db3-cfc…/vercel.json
2026-06-21 19:47:48 +00:00

10 lines
159 B
JSON

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