Files
7c64a824-e09f-4899-9d09-cc5…/vercel.json
2026-06-14 10:22:35 +00:00

10 lines
159 B
JSON

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