Files
bca9fb32-93f9-44c7-9e02-d9c…/vercel.json
2026-06-13 19:33:02 +00:00

10 lines
159 B
JSON

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