Skip to content

Commit 550a792

Browse files
authored
Merge pull request #81 from Fabious/fix/disable-gatsby-offline
disable gatsby-offline until cache issues is fixed
2 parents 23bfb4e + 5297fc1 commit 550a792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
],
8989
},
9090
},
91-
'gatsby-plugin-offline',
91+
// 'gatsby-plugin-offline',
9292
'gatsby-transformer-sharp',
9393
'gatsby-transformer-yaml',
9494

0 commit comments

Comments
 (0)