Fixed config
This commit is contained in:
@@ -3,22 +3,26 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
module.exports = {
|
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: {
|
siteMetadata: {
|
||||||
title: `Urban Brothers Website`,
|
title: `Urban Brothers Website`,
|
||||||
siteURL: `https://urbanbrothers.de`,
|
siteURL: `https://urbanbrothers.de`,
|
||||||
description: `Homepage of the Urban Brothers`,
|
description: `Homepage of the Urban Brothers`,
|
||||||
},
|
},
|
||||||
// pathPrefix: ``, // URL prefix of the whole site
|
// 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)
|
||||||
|
// 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.
|
||||||
|
},
|
||||||
|
},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user