Skip to content

Commit

Permalink
Adjust icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwiemer committed May 18, 2018
1 parent a7de949 commit 01550ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ try {
}

module.exports = {
siteMetadata: {
title: 'Workshop In The Woods',
siteUrl: 'https://www.workshop-in-the-woods.com',
description: 'A photography workshop in beautiful Lake Tahoe',
},
plugins: [
'gatsby-plugin-react-next',
'gatsby-plugin-react-helmet',
Expand All @@ -28,7 +33,7 @@ module.exports = {
background_color: '#f7f0eb',
theme_color: '#fffff',
display: 'minimal-ui',
icon: 'logos/logo-512.png', // This path is relative to the root of the site.
icon: 'static/logos/logo-512.png', // This path is relative to the root of the site.
},
},
`gatsby-plugin-offline`,
Expand Down
Binary file modified static/logos/logo-512.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 01550ca

Please sign in to comment.