Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 5 commits into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:'public/icons/apple-touch-icon.png',
RubuJam marked this conversation as resolved.
Show resolved Hide resolved
icon:'public/favicon.ico',
shortcut:'public/favicon-32x32.ico',
},
manifest: noManifest ? undefined : '/manifest.json',
metadataBase: new URL(SITE_URL),
Expand Down
Loading