From b6e4f14bf9a52cee1a5d3fbe48934874836646aa Mon Sep 17 00:00:00 2001 From: Reifonas Date: Tue, 24 Feb 2026 08:29:49 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20Remover=20vercel.json=20completamente=20?= =?UTF-8?q?-=20usar=20configura=C3=A7=C3=A3o=20padr=C3=A3o=20da=20Vercel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 vercel.json diff --git a/vercel.json b/vercel.json deleted file mode 100644 index dd37c45..0000000 --- a/vercel.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "buildCommand": "npm run build", - "outputDirectory": "dist", - "framework": "vite", - "rewrites": [ - { - "source": "/(.*)", - "destination": "/index.html" - } - ] -} \ No newline at end of file