From 43f62247c25845e84c04ee3e56913a8c61470b18 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Fri, 21 Feb 2020 12:07:20 +0100 Subject: [PATCH] enable PWA support --- gatsby-config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 10b81067..1971f66c 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -29,9 +29,7 @@ module.exports = { display: `minimal-ui`, icon: `src/images/logo.svg` // This path is relative to the root of the site. } - } - // this (optional) plugin enables Progressive Web App + Offline functionality - // To learn more, visit: https://gatsby.dev/offline - // `gatsby-plugin-offline`, + }, + `gatsby-plugin-offline` ] };