mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
💄 style : Convert some ico files from online to local. (#2094)
* 💄 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
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 7.2 KiB |
+3
-5
@@ -22,11 +22,9 @@ const metadata: Metadata = {
|
|||||||
},
|
},
|
||||||
description,
|
description,
|
||||||
icons: {
|
icons: {
|
||||||
apple:
|
apple:'icons/apple-touch-icon.png',
|
||||||
'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/apple-touch-icon.png',
|
icon:'favicon.ico',
|
||||||
icon: 'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/favicon-32x32.png',
|
shortcut:'favicon-32x32.ico',
|
||||||
shortcut:
|
|
||||||
'https://registry.npmmirror.com/@lobehub/assets-favicons/latest/files/assets/favicon.ico',
|
|
||||||
},
|
},
|
||||||
manifest: noManifest ? undefined : '/manifest.json',
|
manifest: noManifest ? undefined : '/manifest.json',
|
||||||
metadataBase: new URL(SITE_URL),
|
metadataBase: new URL(SITE_URL),
|
||||||
|
|||||||
Reference in New Issue
Block a user