Add service link to stat.lua.re
All checks were successful
Deploy website / deploy (push) Successful in 16s

This commit is contained in:
luaneko 2024-12-04 07:44:35 +11:00
parent c52af0ede2
commit f76f0da5c6
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -9,6 +9,7 @@ const socials = [
const services = [ const services = [
["Gitea", "git"], ["Gitea", "git"],
["Roundcube", "mail"], ["Roundcube", "mail"],
["Goatcounter", "stat"],
]; ];
services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b)); services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));