File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
resources/views/components Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 15
15
<!-- Open Graph / Facebook -->
16
16
<meta property =" og:type" content =" website" />
17
17
<meta property =" og:url" content =" {{ url (Cachet:: path ()) } }" />
18
+ <meta property =" og:image" content =" {{ asset (' /vendor/cachethq/cachet/android-chrome-512x512.png' ) } }" />
18
19
<meta property =" og:title" content =" {{ $title ?: config (' cachet.title' , ' Cachet' ) } }" />
19
20
<meta property =" og:description" content =" {{ $description } }" />
20
21
21
22
<!-- Twitter -->
22
23
<meta property =" twitter:card" content =" summary_large_image" />
23
24
<meta property =" twitter:url" content =" {{ url (Cachet:: path ()) } }" />
25
+ <meta property =" twitter:image" content =" {{ asset (' /vendor/cachethq/cachet/android-chrome-512x512.png' ) } }" />
24
26
<meta property =" twitter:title" content =" {{ $title ?: config (' cachet.title' , ' Cachet' ) } }" />
25
27
<meta property =" twitter:description" content =" {{ $description } }" />
26
28
You can’t perform that action at this time.
0 commit comments