💄 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:
Rubu Jam
2024-04-19 20:48:13 +08:00
committed by GitHub
parent 2a95aee9a6
commit 4e96bda9a1
4 changed files with 3 additions and 5 deletions
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
View File
@@ -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),