Files
e1d6cd41-bc10-4a1e-9ea3-844…/vercel.json
2026-06-23 10:33:57 +00:00

10 lines
159 B
JSON

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