From c3964ec14c8d828d20b6fa55653d30b7bbb00c1d Mon Sep 17 00:00:00 2001 From: Mariangelica Useche Date: Sat, 3 Jul 2021 21:35:11 -0500 Subject: [PATCH] update sharp version and praying --- gatsby-config.js | 2 +- plugins/gatsby-plugin-ghost-manifest/package.json | 4 ++-- src/utils/siteConfig.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 7620cd4..fcb92ee 100755 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -84,7 +84,7 @@ module.exports = { background_color: config.backgroundColor, theme_color: config.themeColor, display: `minimal-ui`, - // icon: `static/${config.siteIcon}`, + icon: `static/${config.siteIcon}`, legacy: true, query: ` { diff --git a/plugins/gatsby-plugin-ghost-manifest/package.json b/plugins/gatsby-plugin-ghost-manifest/package.json index 53dcce9..b7229f2 100644 --- a/plugins/gatsby-plugin-ghost-manifest/package.json +++ b/plugins/gatsby-plugin-ghost-manifest/package.json @@ -6,7 +6,7 @@ "dependencies": { "@babel/runtime": "7.9.6", "bluebird": "3.7.2", - "sharp": "0.25.2" + "sharp": "0.28.3" }, "devDependencies": { "@babel/cli": "7.8.4", @@ -24,7 +24,7 @@ "pwa" ], "resolutions": { - "sharp": "0.25.2" + "sharp": "0.28.3" }, "license": "MIT", "main": "index.js", diff --git a/src/utils/siteConfig.js b/src/utils/siteConfig.js index dc7179c..12ad853 100644 --- a/src/utils/siteConfig.js +++ b/src/utils/siteConfig.js @@ -9,7 +9,7 @@ module.exports = { shareImageHeight: 523, // Change to the height of your default share image shortTitle: `Musarte`, // Used for App manifest e.g. Mobile Home Screen - siteIcon: `images/favicon.jpeg`, // Logo in /static dir used for SEO, RSS, and App manifest + siteIcon: `images/musarteicon.png`, // Logo in /static dir used for SEO, RSS, and App manifest backgroundColor: `#e9e9e9`, // Used for Offline Manifest themeColor: `#15171A`, // Used for Offline Manifest }