this repo has no description
0
fork

Configure Feed

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

bee

alice ccc6a185 9051b05a

+20
+6
src/app/bee/.well-known/atproto-did/route.ts
··· 1 + export async function GET(request: Request) { 2 + return new Response('did:plc:by3jhwdqgbtrcc7q4tkkv3cf', { 3 + status: 200, 4 + headers: { 'content-type': 'text/plain' }, 5 + }); 6 + }
src/app/bee/icon.png

This is a binary file and will not be displayed.

src/app/bee/opengraph-image.png

This is a binary file and will not be displayed.

+14
src/app/bee/page.tsx
··· 1 + export const metadata = { 2 + title: 'bee.bsky.sh', 3 + description: "i'm bee", 4 + }; 5 + 6 + export default function Page() { 7 + return ( 8 + <> 9 + <div> 10 + hi i&apos;m bee. <a href="https://bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf">find me on bluesky</a> 11 + </div> 12 + </> 13 + ); 14 + }
src/app/bee/twitter-image.png

This is a binary file and will not be displayed.