Files
94fbcb5f-adf0-43c8-be81-126…/vercel.json
2026-06-13 16:01:04 +00:00

10 lines
159 B
JSON

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