Skip to content

Commit

Permalink
Update vite.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Nov 2, 2024
1 parent b1df61e commit 7ce0391
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ const manifestForPlugIn = {
src: '/assets/images/favicon.ico',
sizes: '64x64',
type: 'image/x-icon',
purpose: 'favicon'
},
{
src: '/assets/images/logo192.png',
sizes: '192x192',
type: 'image/png',
purpose: 'apple touch icon',
},
{
src: '/assets/images/logo512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any',
}
],
screenshots: [
Expand Down

0 comments on commit 7ce0391

Please sign in to comment.