this repo has no description
0
fork

Configure Feed

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

sigh does this work?

alice aeaaa8be c6440991

+1
src/app/[name]/icon.png public/nope.png
+1
src/app/[name]/page.tsx
··· 9 9 return { 10 10 title: `${params.name}.bsky.sh`, 11 11 description: 'nothing to see here', 12 + icons: '/nope.png', 12 13 }; 13 14 } 14 15