From f76f0da5c6ce9e8d0f5f23f4ae6c53ef6639cdba Mon Sep 17 00:00:00 2001 From: luaneko Date: Wed, 4 Dec 2024 07:44:35 +1100 Subject: [PATCH] Add service link to stat.lua.re --- src/pages/index.astro | 1 + 1 file changed, 1 insertion(+) 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));