Add OG meta tags

This commit is contained in:
David Stotijn
2020-11-09 21:06:40 +01:00
parent f7550d649a
commit 07ef2f9090

View File

@ -11,6 +11,27 @@ module.exports = {
"meta",
{ name: "apple-mobile-web-app-status-bar-style", content: "black" },
],
[
"meta",
{
property: "og:title",
content: "Hetty",
},
],
[
"meta",
{
property: "og:description",
content: "An HTTP toolkit for security research.",
},
],
[
"meta",
{
property: "og:image",
content: "https://hetty.xyz/assets/hetty_v0.2.0_header.png",
},
],
],
themeConfig: {
repo: "dstotijn/hetty",