make links use my shortener

This commit is contained in:
Lio 2024-10-09 16:55:39 +02:00
parent aa57268790
commit 592abb005e

View file

@ -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