manifest tweak

This commit is contained in:
Xetera
2019-07-27 15:52:25 -04:00
committed by Jean-Philippe Sirois
parent 76aedcc516
commit 6ad1a1ae9b
7 changed files with 19 additions and 9 deletions
+4 -4
View File
@@ -10,7 +10,7 @@ module.exports = {
`gatsby-plugin-styled-components`,
{
resolve: `gatsby-transformer-remark`,
plugins: [`gatsby-remark-vscode`],
plugins: [`gatsby-remark-prismjs`],
},
{
resolve: `gatsby-source-filesystem`,
@@ -32,13 +32,13 @@ module.exports = {
{
resolve: `gatsby-plugin-manifest`,
options: {
name: `gatsby-starter-default`,
name: `The Programmers Hangout`,
short_name: `starter`,
start_url: `/`,
background_color: `#663399`,
theme_color: `#663399`,
theme_color: `#ba1a2e`,
display: `minimal-ui`,
icon: `src/images/gatsby-icon.png`, // This path is relative to the root of the site.
icon: `src/images/icon.png`, // This path is relative to the root of the site.
},
},
// this (optional) plugin enables Progressive Web App + Offline functionality