minor
This commit is contained in:
@@ -16,8 +16,8 @@ try {
|
|||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
||||||
const defaultSettings = {
|
const defaultSettings = {
|
||||||
title: 'Gancio',
|
title: config.title || 'Gancio',
|
||||||
description: 'A shared agenda for local communities',
|
description: config.description || 'A shared agenda for local communities',
|
||||||
baseurl: config.baseurl || '',
|
baseurl: config.baseurl || '',
|
||||||
hostname: defaultHostname,
|
hostname: defaultHostname,
|
||||||
instance_timezone: 'Europe/Rome',
|
instance_timezone: 'Europe/Rome',
|
||||||
|
|||||||
Reference in New Issue
Block a user