Skip to content

Commit

Permalink
Remove gatsby-plugin-favicon
Browse files Browse the repository at this point in the history
It's using an old version of sharp that's breaking cross-platform
builds.
  • Loading branch information
mhluongo committed Aug 19, 2024
1 parent a202b17 commit 3a1106d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
39 changes: 19 additions & 20 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,25 @@ module.exports = {
plugins: [
"gatsby-plugin-react-helmet",
"gatsby-plugin-sass",
{
resolve: `gatsby-plugin-favicon`,
options: {
logo: "./src/favicon.svg",

// manifest config
appName: "tBTC",
appDescription: "tBTC — Bitcoin Everywhere",
icons: {
android: true,
appleIcon: true,
appleStartup: true,
coast: false,
favicons: true,
firefox: true,
yandex: false,
windows: false,
},
},
},
// {
// resolve: `gatsby-plugin-favicon`,
// options: {
// logo: "./src/favicon.svg",
// // manifest config
// appName: "tBTC",
// appDescription: "tBTC — Bitcoin Everywhere",
// icons: {
// android: true,
// appleIcon: true,
// appleStartup: true,
// coast: false,
// favicons: true,
// firefox: true,
// yandex: false,
// windows: false,
// },
// },
// },
{
// keep as first gatsby-source-filesystem plugin for gatsby image support
resolve: "gatsby-source-filesystem",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"classnames": "^2.2.6",
"gatsby": "^2.24.53",
"gatsby-image": "^2.0.23",
"gatsby-plugin-favicon": "^3.1.6",
"gatsby-plugin-netlify": "^2.0.6",
"gatsby-plugin-netlify-cms": "^4.1.6",
"gatsby-plugin-purgecss": "^4.0.0",
Expand Down

0 comments on commit 3a1106d

Please sign in to comment.