From 514f49360d111d83564e159d09ada8ed47f0da91 Mon Sep 17 00:00:00 2001 From: Jan Florian Dietrich Date: Thu, 14 Feb 2019 14:25:21 +0100 Subject: [PATCH] chore: update webmanifest-generation --- gatsby-config.js | 9 +++++---- src/components/Layout/index.js | 5 ----- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 55ece5a..85f2ced 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -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`, diff --git a/src/components/Layout/index.js b/src/components/Layout/index.js index 952567c..465803a 100644 --- a/src/components/Layout/index.js +++ b/src/components/Layout/index.js @@ -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', - }, ]} />