Files
e81aa384-e6da-4938-892d-2b7…/vercel.json
2026-06-18 08:58:44 +00:00

10 lines
159 B
JSON

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