Files
9bfa8f35-4ce0-48af-929f-d6e…/vercel.json
2026-06-16 16:24:43 +00:00

10 lines
159 B
JSON

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