enable PWA support

This commit is contained in:
Karol Wypchlo 2020-02-21 12:07:20 +01:00
parent 0d41b39086
commit 43f62247c2
1 changed files with 2 additions and 4 deletions

View File

@ -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`
]
};