Skip to content

Commit

Permalink
fix: twitter og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
favoyang committed Dec 22, 2019
1 parent 522e247 commit d4a3389
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module.exports = {
return ($site.themeConfig.domain || "") + $page.frontmatter.image;
else
return (
($site.themeConfig.domain || "") + "/images/openupm-icon-256.png"
($site.themeConfig.domain || "") + "/images/openupm-twitter.png"
);
},
type: $page =>
Expand Down
Binary file added docs/.vuepress/public/images/openupm-twitter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4a3389

Please sign in to comment.