Adding your Logo, Favicon, or Banner
The Heretto Deploy Portal supports customizations specific to your company branding.
Image Configuration
The portal configuration requires images to be hosted externally if you want to use them as a logo, favicon, or banner for your .
We recommend using your organization's existing logo, favicon, and banner (if applicable) files for consistency of branding. Typically, your IT team can provide a URL for your team to link to those files. Once you have the URLs to those files, you can link them in the config.json file, including them as part of a theme object.
"theme": {
"extends": "whitelabel",
"hero": {
"&.index-root, &.section-index, &.content-index, &.search-index": {
"backgroundImage": "url(https://{host-url}.com/hero.jpeg)"
}
},
"appBarImage": {
"imageSrc": "https://{host-url}.com/logo.png"
},
"appBarDrawerImage": {
"imageSrc": "https://{host-url}.com/logo.png"
}
},