Skip to content

Commit

Permalink
Update:Remove 64x64 app icon from PWA manifest so that only the SVG i…
Browse files Browse the repository at this point in the history
…s available advplyr#2520
  • Loading branch information
advplyr committed Jan 27, 2024
1 parent e43c4f0 commit 0b6a8a9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ module.exports = {
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
sizes: "any"
},
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon64.png',
type: "image/png",
sizes: "64x64"
}
]
},
Expand Down

0 comments on commit 0b6a8a9

Please sign in to comment.