add twitter meta tags (#3252)

This commit is contained in:
Alex Fornuto 2022-04-08 10:15:16 -05:00 committed by GitHub
parent cbe90fd96d
commit 424a7e4de8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 1 deletions

View file

@ -40,6 +40,17 @@ module.exports = {
ga: "UA-129872447-2",
},
],
[
'@limdongjin/vuepress-plugin-simple-seo',
{
root_url: 'https://www.pomerium.com/',
default_site_name: 'Pomerium Documentation',
default_twitter_site: '@pomerium_io',
default_twitter_creator: '@pomerium_io',
default_image: 'img/logo-round.png',
default_twitter_card: 'summary',
},
],
],
markdown: {
externalLinkSymbol: false,
@ -338,4 +349,4 @@ module.exports = {
`,
],
],
};
};