Archived
1
0

Prettified Code!

This commit is contained in:
creyD
2020-01-24 18:42:15 +00:00
committed by GitHub Actions
parent 10bf5c0912
commit 6f85a2056c
5 changed files with 102 additions and 97 deletions

View File

@@ -3,25 +3,25 @@
*/
module.exports = {
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://www.urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
},
// pathPrefix: ``, // URL prefix of the whole site
plugins: [
{
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)
display: `standalone`,
icon: `src/images/icon.png`, // This path is relative to the root of the site.
},
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://www.urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
},
],
// pathPrefix: ``, // URL prefix of the whole site
plugins: [
{
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)
display: `standalone`,
icon: `src/images/icon.png`, // This path is relative to the root of the site.
},
},
],
}