From bb1c663b415280404436decfb39fa5b40e2fd188 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 9 Sep 2023 13:09:15 +0200 Subject: [PATCH] remove following & follower --- src/pages/index.astro | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7dc478f..d36657e 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,8 +6,6 @@ import Footer from "../components/Footer.astro"; const response = await fetch('https://social.ayco.io/api/v1/accounts/109547735999980313') const { avatar, - followers_count, - following_count, note } = await response.json(); --- @@ -26,10 +24,6 @@ const { AyoAyco
- Now Building a Cozy Web without borders... @@ -202,6 +196,9 @@ const {