Skip to content

Commit

Permalink
Pass full image object, not just the url.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite committed Sep 17, 2020
1 parent 9e947d9 commit b34bfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/meta.antlers.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{{ if image }}
{{ image }}
{{ if is_glide_enabled }}
{{ glide:generate :src="url" preset="seo" absolute="true" }}
{{ glide:generate :src="image" preset="seo" absolute="true" }}
<meta property="og:image" content="{{ url }}" />
<meta property="og:image:width" content="{{ width }}" />
<meta property="og:image:height" content="{{ height }}" />
Expand Down

0 comments on commit b34bfe0

Please sign in to comment.