Files
4aa1df1d-1fa3-4012-9ceb-93b…/vercel.json
2026-06-14 16:20:24 +00:00

10 lines
159 B
JSON

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