Files
028c7213-dbc8-4c7f-8bdb-52d…/vercel.json
2026-06-21 12:43:59 +00:00

10 lines
159 B
JSON

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