From 5297fc1b4d9eed33a141382ccb53dc6ab46edb03 Mon Sep 17 00:00:00 2001 From: Fabious Date: Fri, 7 Sep 2018 09:18:56 +0200 Subject: [PATCH] disable gatsby-offline until cache issues is fixed --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index ab7e39f0d..ed3bdf6bc 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -88,7 +88,7 @@ module.exports = { ], }, }, - 'gatsby-plugin-offline', + // 'gatsby-plugin-offline', 'gatsby-transformer-sharp', 'gatsby-transformer-yaml',