Added 'icon' to site API endpoint

- added 'icon' to site API response as Admin should access it on sign in screen
This commit is contained in:
Peter Zimon 2021-03-03 13:40:12 +01:00
parent b70537461b
commit e0da433122

View File

@ -12,6 +12,7 @@ const site = {
title: settingsCache.get('title'),
description: settingsCache.get('description'),
logo: settingsCache.get('logo'),
icon: settingsCache.get('icon'),
accent_color: settingsCache.get('accent_color'),
url: urlUtils.urlFor('home', true),
version: ghostVersion.safe