Files
d79cf3c1-708d-43a8-949b-20b…/vercel.json
2026-06-16 10:20:01 +00:00

10 lines
159 B
JSON

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