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' discord: '318044130796109825'
}, },
socials: { socials: {
fedi: "https://pounced-on.me/@lio", fedi: "https://lio.to/mastodon",
cohost: "https://cohost.org/lio", twitter: "https://lio.to/twitter",
twitter: "https://twitter.com/@fangmrks", git: "https://lio.to/git",
git: "https://git.lio.cat/l", github: "https://lio.to/github",
github: "https://github.com/fangmarks",
libera: "https://liberapay.com/himbolion/", libera: "https://liberapay.com/himbolion/",
email: "mailto:twilight@lio.cat", email: "mailto:twilight@lio.cat",
bluesky: "https://bsky.app/profile/did:plc:wherpiavw4rekzkmc6egfy4y" bluesky: "https://lio.to/bluesky"
} }
} }
export default constants export default constants