From be8025d41691d807f785540788619aa33e97d80d Mon Sep 17 00:00:00 2001 From: Ayo Date: Thu, 26 Feb 2026 10:09:12 +0100 Subject: [PATCH] feat: use mastodon account note as p-note --- src/pages/index.astro | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 561d95e..a82db23 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ const response = await fetch( 'https://social.ayco.io/api/v1/accounts/lookup?acct=ayo' ) const data = await response.json() -const { avatar } = data +const { avatar, note } = data const avatarSize = 150 --- @@ -22,11 +22,7 @@ const avatarSize = 150 Ayo Ayco w, -

- Frontend guy who likes server adventures & works w/ linux. Looking to - specialize in web perf, but mostly feels like an impostor for now. Has - hobby projects. -

+