Files
21fcf130-d6f3-40e4-8387-c09…/vercel.json
2026-06-16 15:37:50 +00:00

10 lines
159 B
JSON

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