Archived
1
0
This repository has been archived on 2026-02-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
urban_website/gatsby-config.js

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
}