Skip to content

Commit 76a463c

Browse files
committed
Add opengraph preview image
1 parent e5d4b4c commit 76a463c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

src/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default function HTML(props) {
1717
/>
1818
<meta property="og:type" content="website" />
1919
<meta property="og:locale" content="en_US" />
20+
<meta property="og:image" content="/opengraph_preview.png" />
2021
{props.headComponents}
2122
</head>
2223
<body {...props.bodyAttributes}>

static/opengraph_preview.png

45.7 KB
Loading

0 commit comments

Comments
 (0)