Files
c1e4fcea-ef32-4782-a999-412…/vercel.json
2026-06-14 16:38:56 +00:00

10 lines
159 B
JSON

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