From a5fd030406f7208c7cd781dc47daa6451c1f46d0 Mon Sep 17 00:00:00 2001 From: Robert Dixon <79385125+robsd@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:37:26 +0000 Subject: [PATCH] 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 /resources/assets rather than /assets otherwise --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6fb47b8..4d6b6cf 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -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"