Files
68d45724-23fd-42de-aa20-9d1…/vercel.json
2026-06-15 09:30:05 +00:00

10 lines
159 B
JSON

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