this repo has no description
0
fork

Configure Feed

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

patch

alice cb9950e7 7913508f

+5 -5
+5 -5
src/app/page.tsx
··· 1 1 import Image from 'next/image'; 2 - // import Link from 'next/link'; 2 + import Link from 'next/link'; 3 3 import { headers } from 'next/headers'; 4 4 5 5 export const metadata = { ··· 13 13 return ( 14 14 <> 15 15 <div className="main"> 16 - {/* <Link href="https://likebomb.bsky.sh">๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 16 + <Link href="https://likebomb.bsky.sh">๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</Link> 17 17 <Link href="https://showall.bsky.sh">๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</Link> 18 - <Link href="https://alice.bsky.sh">me</Link> */} 19 - <a href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</a> 18 + <Link href="https://alice.bsky.sh">me</Link> 19 + {/* <a href={`${protocol}://likebomb.${host}`}>๐Ÿ’ž like bomb bookmarklet ๐Ÿ’ž</a> 20 20 <a href={`${protocol}://showall.${host}`}>๐Ÿ™ˆ show all bookmarklet ๐Ÿ™ˆ</a> 21 - <a href={`${protocol}://alice.${host}`}>me</a> 21 + <a href={`${protocol}://alice.${host}`}>me</a> */} 22 22 </div> 23 23 <footer> 24 24 <Image src="/underconstruction.gif" width={459} height={51} alt="under construction" />