Files
f75ff51d-ce13-4612-abcf-36d…/vercel.json
2026-06-22 09:01:59 +00:00

10 lines
159 B
JSON

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