Skip to content

Commit b34bfe0

Browse files
committed
Pass full image object, not just the url.
1 parent 9e947d9 commit b34bfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/meta.antlers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{{ if image }}
5050
{{ image }}
5151
{{ if is_glide_enabled }}
52-
{{ glide:generate :src="url" preset="seo" absolute="true" }}
52+
{{ glide:generate :src="image" preset="seo" absolute="true" }}
5353
<meta property="og:image" content="{{ url }}" />
5454
<meta property="og:image:width" content="{{ width }}" />
5555
<meta property="og:image:height" content="{{ height }}" />

0 commit comments

Comments
 (0)