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