diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-27 19:57:56 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-05-27 19:57:56 +0200 |
| commit | f9200559114d9f2fa61f738b5322b0a5467538b6 (patch) | |
| tree | 3c6a6bd37250a560c67f598c2425a2031b9b307a /siteconfig.mjs | |
| parent | ae399cf38d26715c4a09b029b849abace3c3f309 (diff) | |
| download | spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar.gz spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar.bz2 spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar.lz spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar.xz spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.tar.zst spelis-web-f9200559114d9f2fa61f738b5322b0a5467538b6.zip | |
new update or smth idk
Diffstat (limited to 'siteconfig.mjs')
| -rw-r--r-- | siteconfig.mjs | 12 |
1 files changed, 6 insertions, 6 deletions
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/"}, ] } |
