Skip to content

Commit

Permalink
Merge pull request #147 from jason5ng32/dev
Browse files Browse the repository at this point in the history
Improvements
  • Loading branch information
jason5ng32 authored Apr 1, 2024
2 parents 7c5c073 + 272321c commit 415c658
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file added public/ios-logo-144.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/ios-logo-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 added public/ios-logo-256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,17 @@ export default defineConfig({
src: '/logo-192.webp',
sizes: '192x192',
type: 'image/webp',
purpose: 'maskable'
},
{
src: '/logo-512.webp',
src: '/ios-logo-192.png',
sizes: '192x192',
type: 'image/png',
},
{
src: '/ios-logo-512.png',
sizes: '512x512',
type: 'image/webp',
type: 'image/png',
},
],
},
Expand Down

0 comments on commit 415c658

Please sign in to comment.