From d545424e9f0aaf92d1abaebb032b94f0056221fe Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 02:07:33 +0000 Subject: [PATCH] completionId: cgen-9321fcf794e04aecb0fe3d21508906c0 cgen-9321fcf794e04aecb0fe3d21508906c0 --- vercel.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index 4bc98b95..5fdf07b1 100644 --- a/vercel.json +++ b/vercel.json @@ -1,18 +1,12 @@ { "version": 2, "buildCommand": "npm ci && npm run build", - "outputDirectory": "dist/spa", + "public": "dist/spa", "functions": { "api/**/*.js": { "runtime": "@vercel/node@3.2.15" } }, - "env": { - "SUPABASE_URL": "@supabase_url", - "SUPABASE_SERVICE_ROLE": "@supabase_service_role", - "VITE_SUPABASE_URL": "@vite_supabase_url", - "VITE_SUPABASE_ANON_KEY": "@vite_supabase_anon_key" - }, "redirects": [ { "source": "/:path(.*)",