Add service link to stat.lua.re
All checks were successful
Deploy website / deploy (push) Successful in 16s
All checks were successful
Deploy website / deploy (push) Successful in 16s
This commit is contained in:
parent
c52af0ede2
commit
f76f0da5c6
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user