Files
df2c5f0f-4fbb-4de3-b2a3-f1c…/vercel.json
2026-06-22 15:30:17 +00:00

10 lines
159 B
JSON

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