Files
9e23e352-c76f-4ab5-a6e1-648…/vercel.json
2026-06-17 20:57:49 +00:00

10 lines
159 B
JSON

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