Skip to content

Commit

Permalink
feat: add bluesky.svg to footer (#1322)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Swithinbank <[email protected]>
  • Loading branch information
JoshuaKGoldberg and delucis authored Nov 7, 2024
1 parent f3ec140 commit c6998ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/data/site-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ const siteInfo: SiteInfo = {
me: 'https://github.com/withastro/',
href: 'https://github.com/withastro/astro',
},
{
platform: 'bluesky',
footerOnly: true,
icon: 'social/bluesky',
me: 'https://bsky.app/profile/astro.build',
text: 'Follow Astro on Bluesky',
href: 'https://bsky.app/profile/astro.build',
},
{
platform: 'mastodon',
footerOnly: true,
Expand Down
3 changes: 3 additions & 0 deletions src/icons/social/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c6998ac

Please sign in to comment.