This commit is contained in:
Kyle Gill
2019-05-18 00:08:55 -06:00
parent 1e8772cd7a
commit c91b13a568
8 changed files with 184 additions and 17 deletions

View File

@@ -20,5 +20,17 @@ module.exports = {
],
},
},
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `Sol Journal`,
short_name: `Sol Journal`,
start_url: `/app`,
background_color: `#FFF`,
theme_color: `#FFF`,
display: `standalone`,
icon: `src/img/splash.png`,
},
},
],
}