فهرست منبع

Replace favicon

binwiederhier 2 سال پیش
والد
کامیت
0dedbcda35
6فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. BIN
      docs/static/img/favicon.ico
  2. BIN
      docs/static/img/favicon.png
  3. 1 1
      mkdocs.yml
  4. 1 1
      web/public/index.html
  5. BIN
      web/public/static/img/favicon.ico
  6. BIN
      web/public/static/img/favicon.png

BIN
docs/static/img/favicon.ico


BIN
docs/static/img/favicon.png


+ 1 - 1
mkdocs.yml

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

+ 1 - 1
web/public/index.html

@@ -15,7 +15,7 @@
   <meta name="apple-mobile-web-app-status-bar-style" content="#317f6f">
   <meta name="apple-mobile-web-app-status-bar-style" content="#317f6f">
 
 
   <!-- Favicon, see favicon.io -->
   <!-- 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. -->
   <!-- Previews in Google, Slack, WhatsApp, etc. -->
   <meta property="og:type" content="website" />
   <meta property="og:type" content="website" />

BIN
web/public/static/img/favicon.ico


BIN
web/public/static/img/favicon.png