Files
6df70a98-253f-49f1-8485-e0f…/vercel.json
2026-06-20 22:37:35 +00:00

10 lines
159 B
JSON

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