diff --git a/src/pages/index.astro b/src/pages/index.astro index bcf5dd9..8e7dd88 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,7 @@ const socials = [ const services = [ ["Gitea", "git"], ["Roundcube", "mail"], + ["Memos", "memo"], ]; services.sort(([_a, a], [_b, b]) => a.length - b.length || a.localeCompare(b));