gatsby-config.js
{
resolve: `gatsby-plugin-manifest`,
options
:
{
name: `Gatsby Starter Blog`,
short_name
:
`GatsbyJS`,
start_url
:
`/`,
background_color
:
`#ffffff`,
display
:
`minimal-ui`,
icon
:
`src/images/icon.png`,
}
,
}
icon: src/images/icon.png
, を変更する。
自動生成される。