Files
fd42bc6a-2f5e-49e8-a01f-4c2…/vercel.json
2026-06-15 17:11:31 +00:00

10 lines
159 B
JSON

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