Skip to content

Commit e5d4b4c

Browse files
committed
Add og:type meta element
1 parent ee72f9d commit e5d4b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default function HTML(props) {
1515
name="description"
1616
content="Changing hearts and minds about development and testing"
1717
/>
18+
<meta property="og:type" content="website" />
1819
<meta property="og:locale" content="en_US" />
1920
{props.headComponents}
2021
</head>

0 commit comments

Comments
 (0)