diff --git a/lib/adamantium/link_finder.rb b/lib/adamantium/link_finder.rb index 18880a7..e3d8ca0 100644 --- a/lib/adamantium/link_finder.rb +++ b/lib/adamantium/link_finder.rb @@ -8,6 +8,7 @@ module Adamantium overcast.fm youtube.com bsky.app + bsky.social github.com] def call(content) diff --git a/slices/micropub/actions/site/config.rb b/slices/micropub/actions/site/config.rb index d73f0ca..4a1cd33 100644 --- a/slices/micropub/actions/site/config.rb +++ b/slices/micropub/actions/site/config.rb @@ -27,7 +27,7 @@ module Micropub name: "Mastodon" }, { - uid: "https://bsky.app", + uid: "https://bsky.social", name: "Blue Sky" } ] @@ -42,7 +42,7 @@ module Micropub name: "Mastodon" }, { - uid: "https://bsky.app", + uid: "https://bsky.social", name: "Blue Sky" } ]