Files
12e099df-8cdc-4960-94c5-a7d…/vercel.json
2026-07-04 07:47:38 +00:00

10 lines
159 B
JSON

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