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 9f31f5c commit 8ef5273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const manifestForPlugIn = {
description: "Fully configurable diyHue Emulator",
icons: [{
src: '/assets/images/favicon.ico',
sizes: '64x64 32x32 24x24 16x16',
sizes: '64x64',
type: 'image/x-icon',
purpose: 'favicon'
},
Expand All @@ -29,7 +29,7 @@ const manifestForPlugIn = {
src: '/assets/images/logo512.png',
sizes: '512x512',
type: 'image/png',
purpose: 'any maskable',
purpose: 'maskable',
}
],
screenshots: [
Expand Down

0 comments on commit 8ef5273

Please sign in to comment.