summaryrefslogtreecommitdiff
path: root/siteconfig.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'siteconfig.mjs')
-rw-r--r--siteconfig.mjs22
1 files changed, 11 insertions, 11 deletions
diff --git a/siteconfig.mjs b/siteconfig.mjs
index 15335d7..ad83bd2 100644
--- a/siteconfig.mjs
+++ b/siteconfig.mjs
@@ -1,15 +1,15 @@
export const config = {
- siteTitle: "Spelis",
+ siteTitle: "Spelis",
- footerLinks: [
- {name: "Github", tooltip: "@Spelis", href:"https://spelis.li/gh"},
- {name: "YouTube", tooltip: "@Spelis", href:"https://spelis.li/yt"},
- {name: "E-Mail", tooltip:"spelis@spelis.li", href:"mailto:spelis@spelis.li"},
- {name: "BlueSky", tooltip:"@spelis.li", href:"https://spelis.li/bsky"},
- ],
+ footerLinks: [
+ { name: "Github", tooltip: "@Spelis", href: "https://spelis.li/gh" },
+ { name: "YouTube", tooltip: "@Spelis", href: "https://spelis.li/yt" },
+ { name: "E-Mail", tooltip: "spelis@spelis.li", href: "mailto:spelis@spelis.li" },
+ { name: "BlueSky", tooltip: "@spelis.li", href: "https://spelis.li/bsky" },
+ ],
- headerLinks: [
- {name: "Git", href:"https://git.spelis.li/"},
- {name: "Files", href:"https://share.spelis.li/"},
- ]
+ headerLinks: [
+ { name: "Git", href: "https://git.spelis.li/" },
+ { name: "Files", href: "https://share.spelis.li/" },
+ ]
}