Skip to content

Commit

Permalink
fix: update icons to better quality
Browse files Browse the repository at this point in the history
  • Loading branch information
sajald77 committed Aug 26, 2023
1 parent 01145a5 commit 9eb009c
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 12 deletions.
Binary file modified public/icons/120.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 removed public/icons/16.png
Binary file not shown.
Binary file modified public/icons/180-padded.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/icons/192-maskable.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/icons/192.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 removed public/icons/32.png
Binary file not shown.
Binary file modified public/icons/512-maskable.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/icons/512-padded.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/icons/60.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 removed public/icons/64.png
Binary file not shown.
14 changes: 2 additions & 12 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,8 @@ const pwaOptions: Partial<VitePWAOptions> = {
type: 'image/svg+xml',
},
{
src: '/icons/16.png',
sizes: '16x16',
type: 'image/png',
},
{
src: '/icons/32.png',
sizes: '32x32',
type: 'image/png',
},
{
src: '/icons/64.png',
sizes: '64x64',
src: '/icons/60.png',
sizes: '60x60',
type: 'image/png',
},
{
Expand Down

0 comments on commit 9eb009c

Please sign in to comment.