Files
7a85df5f-63ce-43fa-b669-a3c…/vercel.json
2026-06-15 21:08:21 +00:00

10 lines
159 B
JSON

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