Skip to content

Commit

Permalink
Change MIME type for generated_artwork jpeg -> png
Browse files Browse the repository at this point in the history
  • Loading branch information
rtshkmr committed Aug 1, 2024
1 parent 2a79d27 commit d678583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vyasa_web/live/media_live/media_bridge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ defmodule VyasaWeb.MediaLive.MediaBridge do
generated_artwork = %{
src:
url(~p"/og/#{VyasaWeb.OgImageController.get_by_binding(%{source: loaded_voice.source})}"),
type: "image/jpeg",
type: "image/png",
sizes: "480x360"
}

Expand Down

0 comments on commit d678583

Please sign in to comment.