mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-26 20:19:40 +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',
|
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…
Add table
Add a link
Reference in a new issue