Skip to content

Commit

Permalink
Add OG meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
dstotijn committed Nov 9, 2020
1 parent f7550d6 commit 07ef2f9
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 07ef2f9

Please sign in to comment.