Archived
1
0

Update gatsby-config.js (#6)

This commit is contained in:
2020-01-24 12:02:01 +01:00
committed by GitHub
parent 7e29c67593
commit 3800eaec50

View File

@@ -5,7 +5,7 @@
module.exports = {
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://urbanbrothers.de`,
siteURL: `https://www.urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
},
// pathPrefix: ``, // URL prefix of the whole site
@@ -19,7 +19,6 @@ module.exports = {
background_color: `#6b37bf`,
theme_color: `#6b37bf`,
// Enables "Add to Homescreen" prompt and disables browser UI (including back button)
// see https://developers.google.com/web/fundamentals/web-app-manifest/#display
display: `standalone`,
icon: `src/images/icon.png`, // This path is relative to the root of the site.
},