mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-13 19:20:04 +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,
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user