瀏覽代碼

Replace favicon

binwiederhier 2 年之前
父節點
當前提交
0dedbcda35
共有 6 個文件被更改,包括 2 次插入2 次删除
  1. 二進制
      docs/static/img/favicon.ico
  2. 二進制
      docs/static/img/favicon.png
  3. 1 1
      mkdocs.yml
  4. 1 1
      web/public/index.html
  5. 二進制
      web/public/static/img/favicon.ico
  6. 二進制
      web/public/static/img/favicon.png

二進制
docs/static/img/favicon.ico


二進制
docs/static/img/favicon.png


+ 1 - 1
mkdocs.yml

@@ -13,7 +13,7 @@ theme:
   language: en
   custom_dir: docs/_overrides
   logo: static/img/ntfy.png
-  favicon: static/img/favicon.png
+  favicon: static/img/favicon.ico
   include_search_page: false
   search_index_only: true
   palette:

+ 1 - 1
web/public/index.html

@@ -15,7 +15,7 @@
   <meta name="apple-mobile-web-app-status-bar-style" content="#317f6f">
 
   <!-- Favicon, see favicon.io -->
-  <link rel="icon" type="image/png" href="%PUBLIC_URL%/static/img/favicon.png">
+  <link rel="icon" type="image/png" href="%PUBLIC_URL%/static/img/favicon.ico">
 
   <!-- Previews in Google, Slack, WhatsApp, etc. -->
   <meta property="og:type" content="website" />

二進制
web/public/static/img/favicon.ico


二進制
web/public/static/img/favicon.png