summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'siteconfig.mjs')
-rw-r--r--siteconfig.mjs6
1 files changed, 3 insertions, 3 deletions
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
+}