Skip to content

Commit 7199084

Browse files
committed
OG image
1 parent 7834016 commit 7199084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/public/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@section('title', $model->title . '' . __('Things') . '' . $websiteTitle)
44
@section('ogTitle', $model->title)
55
@section('description', $model->summary)
6-
@section('ogImage', $model->present()->image(1200, 630))
6+
@section('ogImage', $model->present()->ogImage())
77
@section('bodyClass', 'body-things body-thing-' . $model->id . ' body-page body-page-' . $page->id)
88

99
@section('content')

0 commit comments

Comments
 (0)