Files
76056bbf-f5b9-4ff8-bcf6-d7f…/vercel.json
2026-06-15 12:43:17 +00:00

10 lines
159 B
JSON

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