Skip to content

Commit e9dd41b

Browse files
committed
update image to share on twitter
1 parent 490cbd0 commit e9dd41b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/website/siteConfig.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@ const siteConfig = {
9696
cleanUrl: true,
9797

9898
// Open Graph and Twitter card images.
99-
ogImage: 'img/logo.png',
100-
twitterImage: 'img/logo.png',
99+
ogImage: 'img/logo-share.png',
100+
twitterImage: 'img/logo-share.png',
101+
metadata: [{
102+
name: 'twitter:card', content: 'summary'
103+
}],
101104

102105
// You may provide arbitrary config keys to be used as needed by your
103106
// template. For example, if you need your repo's URL...
79 KB
Loading

0 commit comments

Comments
 (0)