From 12947e0241ddcc2855b0aa21a32ae734caa19a99 Mon Sep 17 00:00:00 2001 From: luaneko Date: Wed, 4 Dec 2024 14:48:33 +1100 Subject: [PATCH] Remove umami link from frontpage --- src/pages/index.astro | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 81484e2..18c41ce 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,7 +9,6 @@ const socials = [ const services = [ ["Gitea", "git"], ["Roundcube", "mail"], - ["Umami", "stat", "https://stat.lua.re/share/ZxbryfOdLBv98K8k/lua.re"], ]; services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));