Files
4dff5757-6dda-422d-b08f-14d…/vercel.json
2026-06-15 09:22:04 +00:00

10 lines
159 B
JSON

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