From 35c71aba64957373d2ec2297c89b3d78a4e38c22 Mon Sep 17 00:00:00 2001 From: Slatian Date: Fri, 29 Dec 2023 02:51:12 +0100 Subject: [PATCH] Use absolute path for icons --- templates/extra.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/extra.toml b/templates/extra.toml index 858321f..b2dd8ed 100644 --- a/templates/extra.toml +++ b/templates/extra.toml @@ -8,13 +8,13 @@ base_url="http://localhost:3000" stylesheet = "/style.css" # URL to and mimetype of your favicon -favicon = "icon_64.png" +favicon = "/icon_64.png" favicon_mimetype = "image/png" # favicon_mimetype = "image/svg+xml" # favicon_mimetype = "image/jpeg" # Icon to display next to the title -display_icon = "icon_64.png" +display_icon = "/icon_64.png" # URLs to look up v4 and v6 addresses explicitly # If you have not configured them, comment them out, the button will stay hidden