Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Disable manifest plugin
Browse files Browse the repository at this point in the history
Revert once gatsbyjs#5354 is fixed
  • Loading branch information
m-allanson committed May 10, 2018
1 parent 4cab05b commit f4c3c33
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions examples/gatsbygram/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ module.exports = {
// This plugin takes your configuration and generates a
// web manifest file so Gatsbygram can be added to your
// homescreen on Android.
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Gatsbygram`,
short_name: `Gatsbygram`,
start_url: `/`,
background_color: `#f7f7f7`,
theme_color: `#191919`,
display: `minimal-ui`,
},
},
// {
// resolve: `gatsby-plugin-manifest`,
// options: {
// name: `Gatsbygram`,
// short_name: `Gatsbygram`,
// start_url: `/`,
// background_color: `#f7f7f7`,
// theme_color: `#191919`,
// display: `minimal-ui`,
// },
// },
// This plugin generates a service worker and AppShell
// html file so the site works offline and is otherwise
// resistant to bad networks. Works with almost any
Expand Down

0 comments on commit f4c3c33

Please sign in to comment.