removed twitter, added bluesky
This commit is contained in:
parent
ed8549d6aa
commit
aed70ccdd9
5 changed files with 963 additions and 1114 deletions
src/components/links
|
@ -3,11 +3,11 @@ import forgejo from '@assets/custom-svg/forgejo.svg'
|
|||
import rayshift from '@assets/custom-svg/rayshift.svg'
|
||||
import reddit from '@assets/custom-svg/reddit.svg'
|
||||
import twitch from '@assets/custom-svg/twitch.svg'
|
||||
import bluesky from '@assets/custom-svg/bluesky.svg'
|
||||
|
||||
import type { ImageMetadata } from 'astro'
|
||||
|
||||
import mastodon from 'iconoir/icons/mastodon.svg'
|
||||
import twitter from 'iconoir/icons/twitter.svg'
|
||||
import youtube from 'iconoir/icons/youtube.svg'
|
||||
|
||||
export const socials: Record<string, ImageMetadata> = {
|
||||
|
@ -17,6 +17,6 @@ export const socials: Record<string, ImageMetadata> = {
|
|||
twitch,
|
||||
discord,
|
||||
mastodon,
|
||||
twitter,
|
||||
bluesky,
|
||||
youtube,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue