Header Configuration Reference
You can quickly add a logo to the header and mobile drawer.
Common Customizations
You can overwrite the default settings by editing the config.json
file.
"theme": {
"appBarImage": {
"imageSrc": "https://www.my_server.com/header_logo.png"
},
"appBarDrawerImage": {
"imageSrc": "https://www.my_server.com/mobile_logo.png"
},
},