removed config.site.description
This commit is contained in:
parent
e0c6210bc2
commit
6a41a9920f
1 changed files with 2 additions and 3 deletions
|
@ -23,9 +23,8 @@ module.exports = {
|
|||
uploadDirectory: null, // enter file path to where uploads/publishes should be stored
|
||||
},
|
||||
site: {
|
||||
name : 'Spee.ch',
|
||||
host : 'https://spee.ch',
|
||||
description: 'Decentralized video and content hosting.',
|
||||
name: 'Spee.ch',
|
||||
host: 'https://spee.ch',
|
||||
},
|
||||
publishing: {
|
||||
defaultTitle : 'Spee.ch',
|
||||
|
|
Loading…
Reference in a new issue