Skip to content

Commit 3bae63b

Browse files
authored
fix(icon): cache icon when used with gatsby-plugin-offline (#153)
1 parent fc78ca9 commit 3bae63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ module.exports = {
3838
theme_color: '#1c304a',
3939
display: 'standalone',
4040
icon: 'src/images/icon.png',
41+
cache_busting_mode: 'none',
4142
},
4243
},
4344
'gatsby-plugin-offline',

0 commit comments

Comments
 (0)