Closed perteraul closed 6 years ago
I had the same problem, turns out there was no default options in v2.2.1. I used the README.md from here https://github.com/Creatiwity/gatsby-plugin-favicon/tree/v2.1.1 and had to add options to my plugin in gatsby-config.js.
{
resolve: 'gatsby-plugin-favicon',
options: {
logo: './src/favicon.png',
injectHTML: true,
icons: {
android: true,
appleIcon: true,
appleStartup: true,
coast: false,
favicons: true,
firefox: true,
twitter: false,
yandex: false,
windows: false
}
}
}
Thanks for this!
Indeed there wasn't a working default configuration in 2.1.1. Please see https://github.com/Creatiwity/gatsby-plugin-favicon/tree/v2.1.1
Just tried to build the via Netlify without any options and this was the outcome of that.
v2.1.1