Skip to content

Commit

Permalink
chore: update webmanifest-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
luhmann committed Feb 14, 2019
1 parent 4c96cf5 commit 514f493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 5 additions & 4 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ module.exports = {
resolve: `gatsby-plugin-manifest`,
options: {
name: 'J F Dietrich Photography',
short_name: 'JFD',
short_name: 'JFD Portfolio',
start_url: '/',
background_color: '#000000',
theme_color: '#CC1F1A',
display: 'minimal-ui',
background_color: '#962E40',
theme_color: '#962E40',
display: 'standalone',
icon: 'src/assets/favicon.png',
include_favicon: true,
},
},
`gatsby-plugin-offline`,
Expand Down
5 changes: 0 additions & 5 deletions src/components/Layout/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ export const LayoutComponent = ({ children, albums, location }) => (
rel: 'stylesheet',
href: 'https://fonts.googleapis.com/css?family=Lora:700|Patua+One',
},
{
href: '/icons/icon-48x48.png',
rel: 'shortcut icon',
type: 'image/png',
},
]}
/>
<RootPageStyle />
Expand Down

0 comments on commit 514f493

Please sign in to comment.