From d79d949d658b0cf98fd07d85203d887d641d70ac Mon Sep 17 00:00:00 2001 From: Slatian Date: Fri, 29 Dec 2023 02:49:04 +0100 Subject: [PATCH] Use the more efficient icon --- templates/extra.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/extra.toml b/templates/extra.toml index 14939f1..858321f 100644 --- a/templates/extra.toml +++ b/templates/extra.toml @@ -8,12 +8,13 @@ base_url="http://localhost:3000" stylesheet = "/style.css" # URL to and mimetype of your favicon -favicon = "icon.svg" -favicon_mimetype = "image/svg+xml" -# favicon_mimetype = "image/png" +favicon = "icon_64.png" +favicon_mimetype = "image/png" +# favicon_mimetype = "image/svg+xml" # favicon_mimetype = "image/jpeg" -display_icon = "icon.svg" +# Icon to display next to the title +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