Files
c47247f1-2041-4743-a325-d59…/vercel.json
2026-06-15 18:51:39 +00:00

10 lines
159 B
JSON

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