Add gatsby-plugin-manifest
This commit is contained in:
parent
8a0da55d1c
commit
02e70688ad
4 changed files with 5414 additions and 7623 deletions
|
|
@ -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`,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue