Configure the site logo and favicon

This commit is contained in:
Keegan Rankin 2024-01-16 07:33:46 -08:00
parent 02394191b1
commit dab6ac479b
2 changed files with 10 additions and 7 deletions

View file

@ -1,14 +1,17 @@
_core: _core:
default_config_hash: 67Xcg6LAsHVMjU8lsXcnGGSsYifNZYozNWZPyqK0gaA default_config_hash: 67Xcg6LAsHVMjU8lsXcnGGSsYifNZYozNWZPyqK0gaA
favicon: favicon:
use_default: true mimetype: image/png
path: sites/default/files/Pacific-Wren-Favicon.png
use_default: false
features: features:
comment_user_picture: true comment_user_picture: true
comment_user_verification: true comment_user_verification: true
favicon: true favicon: true
node_user_picture: true node_user_picture: true
logo: logo:
use_default: true path: sites/default/files/Experience-Olympic-logo.png
use_default: false
general: general:
block: 0 block: 0
icon: 1 icon: 1

View file

@ -1,16 +1,16 @@
_core: _core:
default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8 default_config_hash: 9rAU4Pku7eMBQxauQqAgjzlcicFZ2As6zEa6zvTlCB8
favicon: favicon:
mimetype: image/vnd.microsoft.icon mimetype: image/png
path: '' path: sites/default/files/Pacific-Wren-Favicon.png
url: '' url: ''
use_default: true use_default: false
features: features:
comment_user_picture: true comment_user_picture: true
comment_user_verification: true comment_user_verification: true
favicon: true favicon: true
node_user_picture: true node_user_picture: true
logo: logo:
path: '' path: sites/default/files/Experience-Olympic-logo.png
url: '' url: ''
use_default: true use_default: false