Files
32a0bd4e-29c2-4449-8987-85b…/vercel.json
2026-06-17 14:00:14 +00:00

10 lines
159 B
JSON

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