mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-09 03:04:08 -04: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
@ -108,11 +108,6 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
||||||
sizes: "any"
|
sizes: "any"
|
||||||
},
|
|
||||||
{
|
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/icon64.png',
|
|
||||||
type: "image/png",
|
|
||||||
sizes: "64x64"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user