From fcf00cd20d25b3d4b13e638a5e4ba0c526c83c08 Mon Sep 17 00:00:00 2001 From: ajaysi Date: Sat, 4 Apr 2026 08:24:21 +0530 Subject: [PATCH] fix: add REACT_APP_ENABLED_FEATURES to vercel.json --- frontend/vercel.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index 94f37f6c..e2b7e2aa 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -10,6 +10,7 @@ } ], "env": { - "REACT_APP_ENVIRONMENT": "production" + "REACT_APP_ENVIRONMENT": "production", + "REACT_APP_ENABLED_FEATURES": "podcast" } }