Files
1f39e065-3d67-41cf-a5fc-537…/vercel.json
2026-07-05 22:46:02 +00:00

10 lines
159 B
JSON

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