Files
8c4f690e-7421-44dc-be1a-1ae…/vercel.json
2026-07-04 16:41:41 +00:00

10 lines
159 B
JSON

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