this repo has no description
0
fork

Configure Feed

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

link

alice 3a3a1c0a d9fdb049

+3 -1
+3 -1
src/app/alice/page.tsx
··· 6 6 export default function Page() { 7 7 return ( 8 8 <> 9 - <div>hi i&apos;m alice</div> 9 + <div> 10 + hi i&apos;m alice. <a href="https://bsky.app/profile/did:plc:by3jhwdqgbtrcc7q4tkkv3cf">find me on bluesky</a> 11 + </div> 10 12 </> 11 13 ); 12 14 }