Replace goattracker with umami
All checks were successful
Deploy website / deploy (push) Successful in 14s

This commit is contained in:
2024-12-04 14:47:49 +11:00
parent c59f0742f9
commit 601d18c11e
2 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ const socials = [
const services = [
["Gitea", "git"],
["Roundcube", "mail"],
["Goatcounter", "stat"],
["Umami", "stat", "https://stat.lua.re/share/ZxbryfOdLBv98K8k/lua.re"],
];
services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));
@@ -25,8 +25,8 @@ services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));
{socials.map(([name, text, href]) => (
<>・:。<small><a href={href} title={name}>{text}</a></small>
</>))}
{services.map(([name, sub], i) => (
<>{i ? " · " : ""}</><small><a href={`https://${sub}.lua.re/`} title={name}>{sub}</a></small>
{services.map(([name, sub,href], i) => (
<>{i ? " · " : ""}</><small><a href={href ?? `https://${sub}.lua.re/`} title={name}>{sub}</a></small>
))}
🍡 🌸 🎀 🌙</pre>