Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix web tab title: Bluesky -> Blacksky

The %WEB_TITLE% in web/index.html is populated from the name field
in app.config.js during Expo web builds.

+1 -1
+1 -1
app.config.js
··· 38 38 return { 39 39 expo: { 40 40 version: VERSION, 41 - name: 'Bluesky', 41 + name: 'Blacksky', 42 42 slug: 'bluesky', 43 43 scheme: 'bluesky', 44 44 owner: 'blueskysocial',