mirror of https://github.com/bastienwirtz/homer
Update configuration.md
Addresses issue #769 where you have to specify an absolute path i.e. /assets/logo.png rather than a relative one i.e. assets/logo.png, since the app will look in <ip_address>/resources/assets rather than <ip_address>/assets otherwisepull/871/head
parent
6031d57ccb
commit
a5fd030406
|
@ -21,7 +21,7 @@ copied into the config file.
|
|||
title: "App dashboard"
|
||||
subtitle: "Homer"
|
||||
# documentTitle: "Welcome" # Customize the browser tab text
|
||||
logo: "assets/logo.png"
|
||||
logo: "/assets/logo.png"
|
||||
# Alternatively a fa icon can be provided:
|
||||
# icon: "fas fa-skull-crossbones"
|
||||
|
||||
|
|
Loading…
Reference in New Issue