mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 13:19:38 +00:00
Update:Remove 64x64 app icon from PWA manifest so that only the SVG is available #2520
This commit is contained in:
parent
e43c4f082e
commit
0b6a8a9641
1 changed files with 0 additions and 5 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue