From 249a1962d4cfc9515d2443a404e14b95a726a820 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Sat, 4 Apr 2026 11:53:57 +0530 Subject: [PATCH] fix: add REACT_APP_API_URL to vercel.json for production --- frontend/vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index e2b7e2aa..bad68ba2 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -11,6 +11,7 @@ ], "env": { "REACT_APP_ENVIRONMENT": "production", - "REACT_APP_ENABLED_FEATURES": "podcast" + "REACT_APP_ENABLED_FEATURES": "podcast", + "REACT_APP_API_URL": "https://alwrity.onrender.com" } }