Skip to content

Commit

Permalink
chore update favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbyerley committed May 11, 2024
1 parent 0d01792 commit 213051e
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 16 deletions.
4 changes: 2 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const links: LinksFunction = () => {
// Preload svg sprite as a resource to avoid render blocking
{ rel: 'preload', href: iconsHref, as: 'image' },
// Preload CSS as a resource to avoid render blocking
{ rel: 'mask-icon', href: '/favicons/mask-icon.svg' },
{ rel: 'icon', type: 'image/png', href: '/favicons/favicon-32x32.png' },
{
rel: 'alternate icon',
type: 'image/png',
Expand All @@ -81,7 +81,7 @@ export const links: LinksFunction = () => {
crossOrigin: 'use-credentials',
} as const, // necessary to make typescript happy
//These should match the css preloads above to avoid css as render blocking resource
{ rel: 'icon', type: 'image/svg+xml', href: '/favicons/favicon.svg' },
// { rel: 'icon', type: 'image/svg+xml', href: '/favicons/favicon.svg' },
{ rel: 'stylesheet', href: tailwindStyleSheetUrl },
].filter(Boolean)
}
Expand Down
Binary file modified public/favicon.ico
Binary file not shown.
Binary file modified public/favicons/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicons/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.
Binary file modified public/favicons/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicons/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicons/favicon.ico
Binary file not shown.
13 changes: 0 additions & 13 deletions public/favicons/favicon.svg

This file was deleted.

1 change: 0 additions & 1 deletion public/favicons/mask-icon.svg

This file was deleted.

0 comments on commit 213051e

Please sign in to comment.