updated site config and bundle

This commit is contained in:
bill bittner 2018-03-13 14:19:00 -07:00
parent 4b7a96c731
commit 131ce87e5f
5 changed files with 7 additions and 7 deletions

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