Files
2c7b2949-5d1a-457d-8e75-58d…/vercel.json
2026-06-20 19:54:06 +00:00

10 lines
159 B
JSON

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