Files
4c352d3a-7b13-49e5-8b1b-01f…/vercel.json
2026-06-24 22:45:30 +00:00

10 lines
159 B
JSON

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