diff --git a/constants.js b/constants.js
index 2095f752..d2f822c3 100644
--- a/constants.js
+++ b/constants.js
@@ -1,4 +1,4 @@
-const API_BASE_URL = window.API_BASE_URL || 'https://api.realdevsquad.com';
+const API_BASE_URL = 'http://localhost:3000';
const REPO_SYNC_API_URL =
'https://staging-sync.staging-realdevsquad-com.workers.dev';
const USER_MANAGEMENT_LINK = 'user-management-link';
diff --git a/feed/index.html b/feed/index.html
index 4e15662d..c23611aa 100644
--- a/feed/index.html
+++ b/feed/index.html
@@ -21,12 +21,24 @@
Activity Feed
+