We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee72f9d commit e5d4b4cCopy full SHA for e5d4b4c
src/html.js
@@ -15,6 +15,7 @@ export default function HTML(props) {
15
name="description"
16
content="Changing hearts and minds about development and testing"
17
/>
18
+ <meta property="og:type" content="website" />
19
<meta property="og:locale" content="en_US" />
20
{props.headComponents}
21
</head>
0 commit comments