Files
c9fffc6a-2610-4de0-9e36-549…/vercel.json
2026-06-21 17:03:08 +00:00

10 lines
159 B
JSON

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