13 lines
264 B
JavaScript
13 lines
264 B
JavaScript
/**
|
|
Urban Brothers site config
|
|
*/
|
|
|
|
module.exports = {
|
|
siteMetadata: {
|
|
title: `Urban Brothers Website`,
|
|
siteURL: `https://urbanbrothers.de`,
|
|
description: `Homepage of the Urban Brothers`,
|
|
},
|
|
// pathPrefix: ``, // URL prefix of the whole site
|
|
}
|