Skip to content

Commit

Permalink
💄 style : Convert some ico files from online to local. (lobehub#2094)
Browse files Browse the repository at this point in the history
* 💄 style : ico files from online to local

* 💄 style : ico files from online to local

* 💄 style : Convert some ico files from online to local.

* Optimize some code
  • Loading branch information
RubuJam authored and ipoly committed Jul 29, 2024
1 parent 39d658f commit b384238
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Binary file added public/favicon-32x32.ico
Binary file not shown.
Binary file added public/favicon.ico
Binary file not shown.
Binary file added public/icons/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions src/app/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ const metadata: Metadata = {
},
description,
icons: {
apple:
'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/apple-touch-icon.png',
icon: 'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/favicon-32x32.png',
shortcut:
'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/favicon.ico',
apple:'icons/apple-touch-icon.png',
icon:'favicon.ico',
shortcut:'favicon-32x32.ico',
},
manifest: noManifest ? undefined : '/manifest.json',
metadataBase: new URL(SITE_URL),
Expand Down

0 comments on commit b384238

Please sign in to comment.