Files
6791f2aa-da9e-4a12-8164-7eb…/vercel.json
2026-06-14 11:27:07 +00:00

10 lines
159 B
JSON

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