about summary refs log tree commit diff
path: root/src/lib/constants.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-11-29 17:49:46 -0800
committerPaul Frazee <pfrazee@gmail.com>2023-11-29 17:49:46 -0800
commitc07d27645f2fdeb3d172de53c7a58b4b97b55421 (patch)
tree567382e9515aedfb84440767a6d9fbab6a2d1bbb /src/lib/constants.ts
parentdc53ef1ec17d4c89ace36ed64d1217caaa54cdb9 (diff)
parent1140b05b835d8487b24d4b83ad932f46fa00c2d9 (diff)
downloadvoidsky-c07d27645f2fdeb3d172de53c7a58b4b97b55421.tar.zst
Merge branch 'CooperEdmunds-2011-link-in-feeds-tab-bar' into main
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r--src/lib/constants.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts
index f8f651305..aa5983be7 100644
--- a/src/lib/constants.ts
+++ b/src/lib/constants.ts
@@ -116,8 +116,8 @@ export async function DEFAULT_FEEDS(
   } else {
     // production
     return {
-      pinned: [PROD_DEFAULT_FEED('whats-hot')],
-      saved: [PROD_DEFAULT_FEED('whats-hot')],
+      pinned: [],
+      saved: [],
     }
   }
 }