Skip to content

Commit d97c0c1

Browse files
author
Andrey Okonetchnikov
committed
feat: Use src/favicon.png for favicons
BREAKING CHANGE: The original image path has changed
1 parent 6f0956b commit d97c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = (options) => {
4545
{
4646
resolve: "gatsby-plugin-favicon",
4747
options: {
48-
logo: "./src/images/logo@2x.png",
48+
logo: "src/favicon.png",
4949
icons: {
5050
android: true,
5151
appleIcon: true,

0 commit comments

Comments
 (0)