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 otherwise
pull/871/head
Robert Dixon 2025-02-12 13:37:26 +00:00 committed by GitHub
parent 6031d57ccb
commit a5fd030406
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"