Skip to content

Commit

Permalink
Set OG images
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 27, 2025
1 parent ba5ee70 commit bcf8e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/components/cachet.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="{{ url(Cachet::path()) }}" />
<meta property="og:image" content="{{ asset('/vendor/cachethq/cachet/android-chrome-512x512.png') }}" />
<meta property="og:title" content="{{ $title ?: config('cachet.title', 'Cachet') }}" />
<meta property="og:description" content="{{ $description }}" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="{{ url(Cachet::path()) }}" />
<meta property="twitter:image" content="{{ asset('/vendor/cachethq/cachet/android-chrome-512x512.png') }}" />
<meta property="twitter:title" content="{{ $title ?: config('cachet.title', 'Cachet') }}" />
<meta property="twitter:description" content="{{ $description }}" />

Expand Down

0 comments on commit bcf8e35

Please sign in to comment.