Files
c5779ff0-7b3e-4ee0-8d21-7d7…/vercel.json
2026-06-15 18:45:54 +00:00

10 lines
159 B
JSON

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