Add twitterImage to siteConfig options (#580)

This commit is contained in:
Joel Marcey 2018-04-17 21:04:39 -07:00 committed by GitHub
parent f0197700c5
commit e738bbd99e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 25 additions and 11 deletions

View file

@ -178,6 +178,7 @@ const siteConfig = {
facebookAppId: '1615782811974223',
twitter: 'true',
ogImage: 'img/docusaurus.png',
twitterImage: 'img/docusaurus.png',
onPageNav: 'separate',
};