Files
f8764a30-9755-4fa9-b223-ed8…/vercel.json
2026-06-20 21:41:38 +00:00

10 lines
159 B
JSON

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