aboutsummaryrefslogtreecommitdiffhomepage
path: root/gatsby-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'gatsby-config.js')
-rw-r--r--gatsby-config.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/gatsby-config.js b/gatsby-config.js
index cbcba51..79dbda9 100644
--- a/gatsby-config.js
+++ b/gatsby-config.js
@@ -12,6 +12,15 @@ module.exports = {
theme_color: `#e1e1e1`,
display: `browser`,
icon: `src/images/favicon-70x70.png`,
+ cache_busting_mode: `none`,
+ },
+ },
+ {
+ resolve: `gatsby-plugin-offline`,
+ options: {
+ workboxConfig: {
+ globPatterns: ["**/icons*"],
+ },
},
},
"gatsby-plugin-sharp",