diff --git a/src/pages/friends.astro b/src/pages/friends.astro index 91bbe03..2ba5e04 100644 --- a/src/pages/friends.astro +++ b/src/pages/friends.astro @@ -42,6 +42,7 @@ const friends: { name: string; url: string; description?: string }[] = [ name: "Seyee's Blog", url: "https://seyee.co/", }, + { name: "edgeyu", url: "https://edgeyu.top/" }, ]; ---