From a4af54943ab396fb84fa30d651a01dbac4477685 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 9 Nov 2024 23:48:58 +0100 Subject: [PATCH] feat: add bluesky --- src/components/Footer.astro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 479befe..67b1533 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -37,6 +37,10 @@ const links = [ text: 'Ayco Social', url: 'https://social.ayco.io' }, + { + text: 'Bluesky', + url: 'https://bsky.app/profile/ayco.io' + } ] ---