Files
95cb6c75-a398-40d2-99a5-2eb…/vercel.json
2026-06-14 15:31:59 +00:00

10 lines
159 B
JSON

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