Files
58089e11-0903-4e73-bd73-68b…/vercel.json
2026-06-23 15:47:34 +00:00

10 lines
159 B
JSON

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