Files
0c7992ff-549e-4a97-8f8e-a86…/vercel.json
2026-06-21 12:04:53 +00:00

10 lines
159 B
JSON

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