Files
8e4b8d50-789d-4d50-a97f-f7f…/vercel.json
2026-06-13 10:53:51 +00:00

10 lines
159 B
JSON

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