Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4865 from notriddle/patch-1
Browse files Browse the repository at this point in the history
Mark a shot as OpenGraph "image" type
  • Loading branch information
chenba authored Sep 13, 2018
2 parents f9d7b65 + 360ecea commit 20a7b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pages/shot/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class Head extends React.Component {
return null;
}
const og = [
<meta property="og:type" content="website" key="ogtype" />,
<meta property="og:type" content="image" key="ogtype" />,
<meta property="og:title" content={this.props.shot.title} key="ogtitle" />
];
const twitter = [
Expand Down

0 comments on commit 20a7b6b

Please sign in to comment.