Files
62c9581d-e38e-48c4-b8a3-6e5…/vercel.json
2026-06-13 22:02:19 +00:00

10 lines
159 B
JSON

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