Files
253579df-d4e8-46e9-a2dc-7b2…/vercel.json
2026-06-16 15:49:58 +00:00

10 lines
159 B
JSON

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