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. -

+