Files
a4e3616a-e1d2-4a12-be15-879…/vercel.json
2026-06-23 20:38:19 +00:00

10 lines
159 B
JSON

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