Files
fbf64f45-909d-4341-b5aa-d0d…/vercel.json
2026-06-14 00:51:10 +00:00

10 lines
159 B
JSON

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