Files
48e4e92a-77e1-4586-bd93-01b…/vercel.json
2026-06-15 09:46:23 +00:00

10 lines
159 B
JSON

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