Skip to content

Commit

Permalink
update sharp version and praying
Browse files Browse the repository at this point in the history
  • Loading branch information
musartedev committed Jul 4, 2021
1 parent b0c00ae commit c3964ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: `
{
Expand Down
4 changes: 2 additions & 2 deletions plugins/gatsby-plugin-ghost-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -24,7 +24,7 @@
"pwa"
],
"resolutions": {
"sharp": "0.25.2"
"sharp": "0.28.3"
},
"license": "MIT",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c3964ec

Please sign in to comment.