From e08aa23b16a392b27f283ce20194b84a7382ae59 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sat, 14 Mar 2026 05:45:26 -1000 Subject: upload the content --- siteconfig.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'siteconfig.mjs') diff --git a/siteconfig.mjs b/siteconfig.mjs index 5d205dc..3393b3c 100644 --- a/siteconfig.mjs +++ b/siteconfig.mjs @@ -3,7 +3,6 @@ export const config = { footerLinks: [ - {name: "Git", href:"https://git.spelis.projnull.eu/"}, {name: "Github", href:"https://github.com/spelis/"}, {name: "YouTube", href:"https://www.youtube.com/@Spelis"}, {name: "E-Mail", href:"mailto:spelis.loves.rust@gmail.com"}, @@ -11,6 +10,7 @@ export const config = { headerLinks: [ {name: "Skolmaten", href:"https://spelis.projnull.eu/skolmaten/"}, - {name: "File Share", href:"https://share.spelis.projnull.eu/"}, + {name: "Git", href:"https://git.spelis.projnull.eu/"}, + {name: "Files", href:"https://share.spelis.projnull.eu/"}, ] -} \ No newline at end of file +} -- cgit v1.3-7-ge9ab