From 462ccbc27cee1ae3a251384540f9d4666012202d Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann <m@kretschmann.io> Date: Sun, 6 May 2018 01:27:33 +0200 Subject: [PATCH] add gatsby-plugin-offline --- gatsby-config.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/gatsby-config.js b/gatsby-config.js index baab6b2..7c69ba8 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -50,5 +50,6 @@ module.exports = { // see https://github.com/smooth-code/svgr for a list of all options }, }, + 'gatsby-plugin-offline', ], } diff --git a/package.json b/package.json index d6ad4b7..87878fc 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "gatsby-image": "^1.0.51", "gatsby-link": "^1.6.44", "gatsby-plugin-google-analytics": "^1.0.31", + "gatsby-plugin-offline": "^1.0.15", "gatsby-plugin-react-helmet": "^2.0.11", "gatsby-plugin-react-next": "^1.0.11", "gatsby-plugin-remove-trailing-slashes": "^1.0.9",