summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
authorElis Eriksson <Spelis@duck.com>2026-03-14 05:45:26 -1000
committerElis Eriksson <Spelis@duck.com>2026-03-14 05:45:26 -1000
commite08aa23b16a392b27f283ce20194b84a7382ae59 (patch)
tree681b10d780bca2e35033296168bafe660357717f /siteconfig.mjs
parentdaa171b55c7fcc65eaaf988ed1c2c89d13b4dc24 (diff)
downloadspelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.gz
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.bz2
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.lz
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.xz
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.tar.zst
spelis-web-e08aa23b16a392b27f283ce20194b84a7382ae59.zip
upload the content
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
+}