diff --git a/gatsby-config.js b/gatsby-config.js index ade1ea8..2c00bef 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -68,7 +68,7 @@ module.exports = { background_color: `#663399`, theme_color: `#663399`, display: `minimal-ui`, - icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site. + icon: `src/images/favicon-32x32.png`, // This path is relative to the root of the site. }, }, `gatsby-plugin-sass`, diff --git a/src/images/favicon-16x16.png b/src/images/favicon-16x16.png new file mode 100644 index 0000000..67e0d01 Binary files /dev/null and b/src/images/favicon-16x16.png differ diff --git a/src/images/favicon-32x32.png b/src/images/favicon-32x32.png new file mode 100644 index 0000000..d7ac5cc Binary files /dev/null and b/src/images/favicon-32x32.png differ diff --git a/src/images/favicon.ico b/src/images/favicon.ico new file mode 100644 index 0000000..dd27d94 Binary files /dev/null and b/src/images/favicon.ico differ diff --git a/src/images/gatsby-icon.png b/src/images/gatsby-icon.png deleted file mode 100644 index 908bc78..0000000 Binary files a/src/images/gatsby-icon.png and /dev/null differ