diff --git a/src/lib/constants.ts b/src/lib/constants.ts index c42e6f3a..41aab143 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -123,7 +123,10 @@ export async function DEFAULT_FEEDS( } else { // production return { - pinned: [PROD_DEFAULT_FEED('whats-hot')], + pinned: [ + PROD_DEFAULT_FEED('whats-hot'), + PROD_DEFAULT_FEED('with-friends'), + ], saved: [ PROD_DEFAULT_FEED('bsky-team'), PROD_DEFAULT_FEED('with-friends'),