Site Logo - Configuration

Optionally replace text link by logo image

2025-05-23

ITADS

Home link in primary navigation is the site title by default, but it can be a logo. To set your own logo, enter its relative or absolute URL into settings.json. Maximum logo width is limited to primary navigation bounds. If needed, logo size is available via siteLogoMaxHeight parameter.

{
    "siteLogoUrl": "/assets/path/to/logo.svg",
    "siteLogoMaxHeight": 100
}