Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
fix: PWA theme and bg colors, add pkg version to siteMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 17, 2018
1 parent b08699f commit c76eece
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module.exports = {
author: `GaiAma`,
description: `GaiAma.org website`,
siteUrl: homepage,
version,
},
mapping: {
'MarkdownRemark.fields.translations': `MarkdownRemark`,
Expand Down Expand Up @@ -190,8 +191,8 @@ module.exports = {
name: `GaiAma`,
short_name: `GaiAma`,
start_url: `/`,
background_color: `#f7f7f7`,
theme_color: `#191919`,
background_color: `#287482`,
theme_color: `#287482`,
display: `minimal-ui`,
},
},
Expand Down

0 comments on commit c76eece

Please sign in to comment.