diff --git a/src/pages/index.astro b/src/pages/index.astro index 9c09e3e..5f238d7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,7 @@ const socials = [ const services = [ ["Gitea", "git"], ["Roundcube", "mail"], + ["Goatcounter", "stat"], ]; services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));