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 18b8724
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const BlueskyMedia: FunctionComponent<Props> = ({ id, url, siteID }) => {
<div className={styles.embed}>
<Frame
id={id}
src={`/api/oembed?type=bsky&url=${component}&siteID=${siteID}`}
src={`/api/oembed?type=bluesky&url=${component}&siteID=${siteID}`}
width="100%"
showFullHeight
/>
Expand Down
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 18b8724

Please sign in to comment.