Skip to content

Commit

Permalink
compress the open graph preview image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnar-Oock committed Mar 31, 2021
1 parent e677235 commit 52a2b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta property="og:url" content="setlist.warths.fr">
<meta property="og:description" content="Search within a list of more than 45 000 songs for the one you'll request on Warths' next live stream on twitch">
<meta property="og:type" content="website">
<meta property="og:image" content="<%=require('../src/assets/images/og-image.png')%>">
<meta property="og:image" content="<%=require('../src/assets/images/og-image.jpg')%>">
<meta property="og:locale" content="fr_FR">
<meta property="og:locale:alternate" content="en_US">

Expand All @@ -22,7 +22,7 @@
<meta name="twitter:site" content="@WarthsYT">
<meta name="twitter:description" content="Search within a list of more than 45 000 songs for the one you'll request on Warths' next live stream on twitch">
<meta name="twitter:title" content="Warths' setlist for rocksmith 2014 live streams">
<meta name="twitter:image" content="<%=require('../src/assets/images/og-image.png')%>">
<meta name="twitter:image" content="<%=require('../src/assets/images/og-image.jpg')%>">

<!-- authorship -->
<meta name="author" content="Warths">
Expand Down
Binary file added src/assets/images/og-image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52a2b16

Please sign in to comment.