Files
9e37883a-364d-4fe6-a41e-26d…/vercel.json
2026-06-23 09:05:41 +00:00

10 lines
159 B
JSON

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