From 1eb55170bdfe8a1a251ea4785d05443912812f30 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Sat, 30 Nov 2024 09:42:28 +0000 Subject: [PATCH] Add Bluesky social link (#30) --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index f2a8303..34e51d7 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -27,7 +27,8 @@ export default defineConfig({ ], social: { github: 'https://github.com/HTTPArchive/har.fyi', - twitter: 'https://twitter.com/HTTPArchive', + twitter: 'https://x.com/HTTPArchive', + blueSky: 'https://bsky.app/profile/httparchive.org', }, editLink: { baseUrl: 'https://github.com/HTTPArchive/har.fyi/edit/main/'