Files
e21486a7-17da-4f8c-9473-170…/vercel.json
2026-06-21 18:11:51 +00:00

10 lines
159 B
JSON

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