mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 08:27:26 +02:00
add twitter meta tags (#3252)
This commit is contained in:
parent
cbe90fd96d
commit
424a7e4de8
3 changed files with 17 additions and 1 deletions
|
@ -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 = {
|
|||
`,
|
||||
],
|
||||
],
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue