Archived
1
0

Added Production Settings

This commit is contained in:
2020-01-24 08:48:26 +01:00
parent b4e48975e5
commit 03e22e7b40
4 changed files with 354 additions and 2 deletions

View File

@@ -3,6 +3,18 @@
*/
module.exports = {
resolve: `gatsby-plugin-manifest`,
options: {
name: `Urban Brothers Homepage`,
short_name: `Urban Website`,
start_url: `/`,
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.
},
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://urbanbrothers.de`,