diff --git a/src/pages/friends.astro b/src/pages/friends.astro index 4c0aa92..91bbe03 100644 --- a/src/pages/friends.astro +++ b/src/pages/friends.astro @@ -38,6 +38,10 @@ const friends: { name: string; url: string; description?: string }[] = [ name: `Roi's Blog`, url: "https://roi.moe/", }, + { + name: "Seyee's Blog", + url: "https://seyee.co/", + }, ]; ---