Files
b50ed91d-2864-40a2-97e2-998…/vercel.json
2026-06-21 19:33:03 +00:00

10 lines
159 B
JSON

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