Skip to content

Commit f2d4cb2

Browse files
authored
update favicon and to svg (#215)
* update favicon and to svg fixing manifest version recommendation from Tom * fixing -lock.json
1 parent 3415ed0 commit f2d4cb2

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

gatsby-config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module.exports = {
1010
basePath: '/blog',
1111
},
1212
},
13-
1413
'gatsby-plugin-react-helmet',
1514
'gatsby-plugin-catch-links',
1615
'gatsby-plugin-mantine',
@@ -51,7 +50,7 @@ module.exports = {
5150
{
5251
resolve: `gatsby-plugin-manifest`,
5352
options: {
54-
icon: `src/assets/opf-logo.png`,
53+
icon: `src/assets/logo_arrows.svg`,
5554
},
5655
},
5756
],

src/assets/logo_arrows.svg

+31
Loading

0 commit comments

Comments
 (0)