fix: add REACT_APP_API_URL to vercel.json for production

This commit is contained in:
ajaysi
2026-04-04 11:53:57 +05:30
parent dcb7d28e03
commit 249a1962d4

View File

@@ -11,6 +11,7 @@
], ],
"env": { "env": {
"REACT_APP_ENVIRONMENT": "production", "REACT_APP_ENVIRONMENT": "production",
"REACT_APP_ENABLED_FEATURES": "podcast" "REACT_APP_ENABLED_FEATURES": "podcast",
"REACT_APP_API_URL": "https://alwrity.onrender.com"
} }
} }