Files
00b2a6ac-aff5-4e28-8fcd-a46…/vercel.json
2026-06-15 18:49:46 +00:00

10 lines
159 B
JSON

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