From ec6c3f4468c81dcb239ff383ab64f738558834aa Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Mon, 10 Aug 2020 23:21:03 +1000 Subject: [PATCH] enable plugin offline --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index 97d5047..ac7027e 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -112,6 +112,6 @@ module.exports = { }, // this (optional) plugin enables Progressive Web App + Offline functionality // To learn more, visit: https://gatsby.dev/offline - // `gatsby-plugin-offline`, + `gatsby-plugin-offline`, ], };