diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index 9b21044..1a89af9 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -33,8 +33,6 @@ const promises = urls.map((url) => fetch(url)) const responses = await Promise.all(promises) const data = await Promise.all(responses.map((response) => response.json())) -console.log(accountObjects) - const title = 'Tech Bsky ↔ Fedi' const description = 'Celebrating bsky folks who bridged their accounts to the fediverse!' @@ -110,7 +108,8 @@ const description =
If you're on Mastodon, this functionality is found in:
Preferences -> Import and export -> Import
+ >Preferences -> Import and export -> Import
.csv
content