From 67e050f0e083f4c968c3abf8d94444c133f31c8a Mon Sep 17 00:00:00 2001 From: lintsinghua Date: Tue, 11 Nov 2025 17:15:45 +0800 Subject: [PATCH] chore(vercel): Remove unnecessary environment variables from configuration - Clean up vercel.json configuration - Remove hardcoded environment variable references - Simplify deployment configuration - Ensures cleaner and more minimal Vercel deployment setup --- vercel.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 4ab32c0..7fc1909 100644 --- a/vercel.json +++ b/vercel.json @@ -19,9 +19,5 @@ } ] } - ], - "env": { - "VITE_LLM_PROVIDER": "@vite_llm_provider", - "VITE_USE_LOCAL_DB": "@vite_use_local_db" - } + ] }