Files
92490986-90f8-4c41-9a60-44f…/vercel.json
2026-06-23 11:25:20 +00:00

10 lines
159 B
JSON

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