Use first image for opengraph, not second

This commit is contained in:
Travis Ralston 2019-03-18 22:04:37 -06:00
parent 4e66a0afd7
commit f53671dea8

View file

@ -44,7 +44,7 @@
{{#if pack}}
<meta property="og:title" content="{{pack.name}}" />
<meta property="og:description" content="A sticker pack by {{pack.creatorId}} for Matrix" />
<meta property="og:image" content="{{pack.stickers.1.contentUrl}}" />
<meta property="og:image" content="{{pack.stickers.0.contentUrl}}" />
{{/if}}
</head>
<body>