Folder structure #398

Merged
bones7242 merged 76 commits from folder-structure into master 2018-03-20 00:01:08 +01:00
5 changed files with 7 additions and 7 deletions
Showing only changes of commit 131ce87e5f - Show all commits

View file

@ -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;

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