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 e0f9501 commit a4e238bCopy full SHA for a4e238b
src/html.js
@@ -17,6 +17,7 @@ export default function HTML(props) {
17
/>
18
<meta property="og:type" content="website" />
19
<meta property="og:locale" content="en_US" />
20
+ <meta property="og:site_name" content="Testing Required" />
21
<meta property="og:image" content="/opengraph_preview.png" />
22
{props.headComponents}
23
</head>
0 commit comments