Files
44ad2c46-08cc-4039-94ad-342…/vercel.json
2026-06-15 17:48:06 +00:00

10 lines
159 B
JSON

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