diff --git a/config.toml b/config.toml index 8c01af7..d7fa580 100644 --- a/config.toml +++ b/config.toml @@ -218,7 +218,7 @@ enable_cards_tag_filtering = true invert_title_order = false # Full path after the base URL required. So if you were to place it in "static" it would be "/favicon.ico" -favicon = "img/logov3.png" +favicon = "img/favicon.ico" # Add an emoji here to use it as favicon. # Compatibility: https://caniuse.com/link-icon-svg diff --git a/static/img/favicon.ico b/static/img/favicon.ico new file mode 100644 index 0000000..e4f3684 Binary files /dev/null and b/static/img/favicon.ico differ