my blog https://overreacted.io

๐Ÿฆ‹ (#834)

authored by danabra.mov and committed by

GitHub 53cfa81f 564a915a

+2 -2
+2 -2
app/[slug]/page.js
··· 25 25 } 26 26 } 27 27 const { content, data } = matter(file); 28 - const discussUrl = `https://x.com/search?q=${encodeURIComponent( 28 + const discussUrl = `https://bsky.app/search?q=${encodeURIComponent( 29 29 `https://overreacted.io/${params.slug}/`, 30 30 )}`; 31 31 const editUrl = `https://github.com/gaearon/overreacted.io/edit/main/public/${encodeURIComponent( ··· 75 75 /> 76 76 <hr /> 77 77 <p> 78 - <Link href={discussUrl}>Discuss on ๐•</Link> 78 + <Link href={discussUrl}>Discuss on Bluesky</Link> 79 79 &nbsp;&nbsp;&middot;&nbsp;&nbsp; 80 80 <Link href={editUrl}>Edit on GitHub</Link> 81 81 </p>