diff --git a/src/lib/constants.ts b/src/lib/constants.ts index a9eed97..0651b9b 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -5,14 +5,13 @@ const constants = { discord: '318044130796109825' }, socials: { - fedi: "https://pounced-on.me/@lio", - cohost: "https://cohost.org/lio", - twitter: "https://twitter.com/@fangmrks", - git: "https://git.lio.cat/l", - github: "https://github.com/fangmarks", + fedi: "https://lio.to/mastodon", + twitter: "https://lio.to/twitter", + git: "https://lio.to/git", + github: "https://lio.to/github", libera: "https://liberapay.com/himbolion/", email: "mailto:twilight@lio.cat", - bluesky: "https://bsky.app/profile/did:plc:wherpiavw4rekzkmc6egfy4y" + bluesky: "https://lio.to/bluesky" } } export default constants