Archived
1
0

Fixed config

This commit is contained in:
2020-01-24 09:00:31 +01:00
parent 03e22e7b40
commit 15d3c6ab2f

View File

@@ -3,6 +3,14 @@
*/ */
module.exports = { module.exports = {
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
},
// pathPrefix: ``, // URL prefix of the whole site
plugins: [
{
resolve: `gatsby-plugin-manifest`, resolve: `gatsby-plugin-manifest`,
options: { options: {
name: `Urban Brothers Homepage`, name: `Urban Brothers Homepage`,
@@ -15,10 +23,6 @@ module.exports = {
display: `standalone`, display: `standalone`,
icon: `src/images/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.
}, },
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
}, },
// pathPrefix: ``, // URL prefix of the whole site ],
} }