From b29338e6d0d865a602639e8ec7d486e351a9ffb5 Mon Sep 17 00:00:00 2001 From: Emanuele Stoppa Date: Mon, 4 Nov 2024 11:43:09 +0000 Subject: [PATCH] chore: add blueSky link --- astro.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/astro.config.ts b/astro.config.ts index c54874897..938baad79 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -417,6 +417,7 @@ export default defineConfig({ mastodon: "https://fosstodon.org/@biomejs", openCollective: "https://opencollective.com/biome", youtube: "https://youtube.com/@Biomejs", + blueSky: "https://bsky.app/profile/biomejs.dev", }, editLink: { baseUrl: "https://github.com/biomejs/website/edit/main/",