Skip to content

Commit 49bea69

Browse files
Update gatsby-config.js
1 parent 717e531 commit 49bea69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ module.exports = {
2929
background_color: `#FFFFFF`,
3030
theme_color: `#FFFFFF`,
3131
display: `minimal-ui`,
32-
icon: `src/images/favicon.ico`, // This path is relative to the root of the site.
32+
icon: `src/images/apple-touch-icon.png`, // This path is relative to the root of the site.
3333
},
3434
},
3535
`gatsby-plugin-typescript`,

0 commit comments

Comments
 (0)