From f9200559114d9f2fa61f738b5322b0a5467538b6 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Wed, 27 May 2026 19:57:56 +0200 Subject: new update or smth idk --- siteconfig.mjs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'siteconfig.mjs') diff --git a/siteconfig.mjs b/siteconfig.mjs index 0028867..3dccd21 100644 --- a/siteconfig.mjs +++ b/siteconfig.mjs @@ -3,14 +3,14 @@ export const config = { footerLinks: [ - {name: "Github", href:"https://github.com/spelis/"}, - {name: "YouTube", href:"https://www.youtube.com/@Spelis"}, - {name: "E-Mail", href:"mailto:spelis.tech@gmail.com"}, + {name: "Github", tooltip: "@Spelis", href:"https://github.com/spelis/"}, + {name: "YouTube", tooltip: "@Spelis", href:"https://www.youtube.com/@Spelis"}, + {name: "E-Mail", tooltip:"spelis@spelis.li", href:"mailto:spelis@spelis.li"}, + {name: "BlueSky", tooltip:"@spelis.li", href:"https://bsky.app/profile/spelis.li"}, ], headerLinks: [ - {name: "Skolmaten", href:"https://spelis.projnull.eu/skolmaten/"}, - {name: "Git", href:"https://git.spelis.projnull.eu/"}, - {name: "Files", href:"https://share.spelis.projnull.eu/"}, + {name: "Git", href:"https://git.spelis.li/"}, + {name: "Paste", href:"https://paste.spelis.li/"}, ] } -- cgit v1.3-7-ge9ab