Skip to content

Commit

Permalink
fix: bsky.app/intent/compose include url in text
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 13, 2024
1 parent 6da00b7 commit 89c5a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/blog/BlogShare.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const url = Astro.props.url.toString();
const channels = [
[
"Bluesky",
`https://bsky.app/intent/compose?text=${text}&url=${url}`,
`https://bsky.app/intent/compose?text=${text}%0A%0A${url}`,
bluesky,
],
[
Expand Down

0 comments on commit 89c5a15

Please sign in to comment.