mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-07 01:15:44 +02:00
Update:PWA manifest icon to include PNG #2520
This commit is contained in:
parent
0b6a8a9641
commit
c6c67078b8
@ -107,7 +107,12 @@ module.exports = {
|
|||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
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 || '') + '/icon192.png',
|
||||||
|
type: 'image/png',
|
||||||
|
sizes: 'any'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user