Files
63db235d-5df9-42a9-b3ba-3f3…/vercel.json
2026-06-13 21:11:24 +00:00

10 lines
159 B
JSON

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