Files
f2f0e992-7d98-4685-afd8-d37…/vercel.json
2026-06-14 15:26:25 +00:00

10 lines
159 B
JSON

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