This commit is contained in:
lesion
2021-10-21 12:17:41 +02:00
parent 12f028df5c
commit 140a759d9c

View File

@@ -16,8 +16,8 @@ try {
} catch (e) {}
const defaultSettings = {
title: 'Gancio',
description: 'A shared agenda for local communities',
title: config.title || 'Gancio',
description: config.description || 'A shared agenda for local communities',
baseurl: config.baseurl || '',
hostname: defaultHostname,
instance_timezone: 'Europe/Rome',