Files
21b30922-5b82-4e81-9062-584…/vercel.json
2026-06-15 13:39:24 +00:00

10 lines
159 B
JSON

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