Files
77f257e0-1f04-4d49-a94f-3d2…/vercel.json
2026-06-18 07:29:21 +00:00

10 lines
159 B
JSON

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