Files
babec860-81d2-4a87-898b-d47…/vercel.json
2026-06-17 20:10:09 +00:00

10 lines
159 B
JSON

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