Files
7ccb504d-dbb5-4e54-aee3-0dd…/vercel.json
2026-06-25 08:30:25 +00:00

10 lines
159 B
JSON

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