Add gatsby-plugin-manifest

This commit is contained in:
Georgi Yanev 2018-07-21 21:51:39 +03:00
parent 8a0da55d1c
commit 02e70688ad
4 changed files with 5414 additions and 7623 deletions

View file

@ -45,6 +45,18 @@ module.exports = {
},
},
`gatsby-plugin-feed`,
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Gatsby Starter Blog`,
short_name: `GatsbyJS`,
start_url: `/`,
background_color: `#ffffff`,
theme_color: `#663399`,
display: `minimal-ui`,
icon: `src/assets/gatsby-icon.png`,
},
},
`gatsby-plugin-offline`,
`gatsby-plugin-react-helmet`,
{