From 2790fd7703b168765899e29c29057b9de7a64901 Mon Sep 17 00:00:00 2001 From: Gemini AI Date: Fri, 26 Dec 2025 13:14:17 +0400 Subject: [PATCH] Fix vercel.json env configuration --- vercel.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vercel.json b/vercel.json index 2ecc9bf..9b70c03 100644 --- a/vercel.json +++ b/vercel.json @@ -4,9 +4,6 @@ "framework": "nextjs", "devCommand": "npm run dev", "env": { - "NEXT_PUBLIC_SITE_URL": { - "description": "The production URL of your app (e.g., https://your-app.vercel.app)", - "value": "https://your-app.vercel.app" - } + "NEXT_PUBLIC_SITE_URL": "https://traetlzlxn2t.vercel.app" } -} +} \ No newline at end of file