We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 595b152 + 0450f2f commit 93d1f87Copy full SHA for 93d1f87
public/img/ogimage.png
1.97 KB
resources/views/layout/master.blade.php
@@ -19,7 +19,7 @@
19
20
<meta property="og:type" content="website">
21
<meta property="og:title" content="{{ $site_title }}">
22
- <meta property="og:image" content="/img/favicon.png">
+ <meta property="og:image" content="/img/ogimage.png">
23
<meta property="og:description" content="{{ trans('cachet.description', ['app' => $app_name]) }}">
24
25
<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
0 commit comments