enable PWA support
This commit is contained in:
parent
0d41b39086
commit
43f62247c2
|
@ -29,9 +29,7 @@ module.exports = {
|
||||||
display: `minimal-ui`,
|
display: `minimal-ui`,
|
||||||
icon: `src/images/logo.svg` // This path is relative to the root of the site.
|
icon: `src/images/logo.svg` // This path is relative to the root of the site.
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
// this (optional) plugin enables Progressive Web App + Offline functionality
|
`gatsby-plugin-offline`
|
||||||
// To learn more, visit: https://gatsby.dev/offline
|
|
||||||
// `gatsby-plugin-offline`,
|
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
Reference in New Issue