Files
3c36795d-d0c9-4e55-ad56-af9…/vercel.json
2026-06-16 16:14:35 +00:00

10 lines
159 B
JSON

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