Archived
1
0

Added Site Metadata and PurgeCSS as a dev dependency

This commit is contained in:
2020-01-10 09:54:40 +01:00
parent 3f03324b7f
commit 9e7db9a91b
3 changed files with 96 additions and 6 deletions

View File

@@ -1,9 +1,12 @@
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
Urban Brothers site config
*/
module.exports = {
/* Your site config here */
siteMetadata: {
title: `Urban Brothers Website`,
siteURL: `https://urbanbrothers.de`,
description: `Homepage of the Urban Brothers`,
},
// pathPrefix: ``, // URL prefix of the whole site
}