this repo has no description
0
fork

Configure Feed

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

better URLs

alice bc1621a7 ec501a09

+3 -3
+3 -3
src/app/page.tsx
··· 13 13 return ( 14 14 <> 15 15 <div className="main"> 16 - <Link href="https://likebomb.bsky.sh">๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 17 - <Link href="https://showall.bsky.sh">๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 18 - <Link href="https://alice.bsky.sh">me</Link> 16 + <Link href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 17 + <Link href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 18 + <Link href={`${protocol}://alice.${host}`}>me</Link> 19 19 {/* <a href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</a> 20 20 <a href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</a> 21 21 <a href={`${protocol}://alice.${host}`}>me</a> */}