Files
4d8ff7e6-2e9e-4788-a652-076…/vercel.json
2026-06-14 12:31:33 +00:00

10 lines
159 B
JSON

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