diff options
| author | Elis Eriksson <Spelis@duck.com> | 2026-03-14 05:45:26 -1000 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2026-03-14 05:45:26 -1000 |
| commit | e08aa23b16a392b27f283ce20194b84a7382ae59 (patch) | |
| tree | 681b10d780bca2e35033296168bafe660357717f /siteconfig.mjs | |
| parent | daa171b55c7fcc65eaaf988ed1c2c89d13b4dc24 (diff) | |
| download | spelis-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.mjs | 6 |
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 +} |
