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" } }