tangled
alpha
login
or
join now
patricktree.me
/
overreacted
forked from
danabra.mov/overreacted
0
fork
atom
my blog https://overreacted.io
0
fork
atom
overview
issues
pulls
pipelines
๐ฆ (#834)
authored by
danabra.mov
and committed by
GitHub
1 year ago
53cfa81f
564a915a
+2
-2
1 changed file
expand all
collapse all
unified
split
app
[slug]
page.js
+2
-2
app/[slug]/page.js
···
25
25
}
26
26
}
27
27
const { content, data } = matter(file);
28
28
-
const discussUrl = `https://x.com/search?q=${encodeURIComponent(
28
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
78
-
<Link href={discussUrl}>Discuss on ๐</Link>
78
78
+
<Link href={discussUrl}>Discuss on Bluesky</Link>
79
79
·
80
80
<Link href={editUrl}>Edit on GitHub</Link>
81
81
</p>