fix: Remover vercel.json completamente - usar configuração padrão da Vercel

This commit is contained in:
2026-02-24 08:29:49 -03:00
parent 958ca0fb92
commit b6e4f14bf9

View File

@@ -1,11 +0,0 @@
{
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}