Skip to content

Commit

Permalink
Switch to PNG for social card
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Silge committed Aug 25, 2019
1 parent dc0da77 commit f682661
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/seo.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SEO = ({ title, description }) => (
? `${title} · ${siteMetadata.title}`
: `${siteMetadata.title} · ${siteMetadata.slogan}`
const pageDesc = description || siteMetadata.description
const image = `${siteMetadata.siteUrl}/social.jpg`
const image = `${siteMetadata.siteUrl}/social.png`
const meta = [
{
name: 'description',
Expand Down
Binary file removed static/social.jpg
Binary file not shown.
Binary file added static/social.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 f682661

Please sign in to comment.