Folder structure #398
5 changed files with 7 additions and 7 deletions
|
@ -11,8 +11,8 @@ function SiteConfig () {
|
|||
sessionKey: 'default',
|
||||
};
|
||||
this.details = {
|
||||
title : 'Spee.h Dev1',
|
||||
host : 'https://dev1.spee.ch',
|
||||
title : 'Spee.ch',
|
||||
host : 'default',
|
||||
description: 'Open-source, decentralized image and video sharing.',
|
||||
};
|
||||
this.publishing = {
|
||||
|
@ -28,7 +28,7 @@ function SiteConfig () {
|
|||
if (!config) {
|
||||
return console.log('No site config received.');
|
||||
}
|
||||
const {analytics, publishing, details, assetDefaults, auth} = config;
|
||||
const { analytics, assetDefaults, auth, details, publishing } = config;
|
||||
this.analytics = analytics;
|
||||
this.assetDefaults = assetDefaults;
|
||||
this.auth = auth;
|
||||
|
|
2
index.js
2
index.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue