Files
3a8108bb-97c4-49d2-b299-66e…/vercel.json
2026-07-05 23:41:17 +00:00

10 lines
159 B
JSON

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