Skip to content

Commit

Permalink
update media url's to use bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-funk committed Dec 2, 2024
1 parent cd85656 commit 956f6f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const BlueskyMedia: FunctionComponent<Props> = ({
<Frame
id={id}
width="100%"
src={`/api/oembed?type=bsky&url=${component}&siteID=${siteID}`}
src={`/api/oembed?type=bluesky&url=${component}&siteID=${siteID}`}
isToggled={isToggled}
type="bluesky"
/>
Expand Down

0 comments on commit 956f6f9

Please sign in to comment.