Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

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

at theme-changes 8 lines 261 B view raw
1/* 2 * Web fonts are loaded via `web/index.html` using stable asset paths. 3 * Keeping this stub prevents expo-font's extraction helper from pulling 4 * duplicate woff2 files into the JS bundle on web. 5 */ 6export function DO_NOT_USE() { 7 return [true] as const 8}