Skip to content

Commit

Permalink
Merge pull request #17 from AliLynne/rebuild
Browse files Browse the repository at this point in the history
switched image url
  • Loading branch information
AliLynne authored Sep 15, 2019
2 parents 94cf1a6 + 8148b2d commit 271beb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
titleTemplate: `%s | Automate Open Source Software Management`,
description: `Automate Open Source Software Management.`,
url: `https://www.gitconsensus.com`,
image: `/votes.png`
image: `/gitconsensus_merge_comment.png`
},
plugins: [
`gatsby-plugin-sharp`,
Expand All @@ -14,8 +14,8 @@ module.exports = {
{
resolve: `gatsby-plugin-fathom`,
options: {
trackingUrl: `//fathom.tdvm.net/`,
sideId: `GJMAV`
trackingUrl: `fathom.tdvm.net`,
siteId: `GJMAV`
}
},
{
Expand Down

0 comments on commit 271beb1

Please sign in to comment.