mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-16 16:59:37 +00:00
Update:Enable PWA workbox #354
This commit is contained in:
parent
5ca2bc5d64
commit
94912c7542
1 changed files with 3 additions and 1 deletions
|
|
@ -110,6 +110,7 @@ module.exports = {
|
||||||
short_name: 'Audiobookshelf',
|
short_name: 'Audiobookshelf',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
background_color: '#373838',
|
background_color: '#373838',
|
||||||
|
start_url: '',
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
||||||
|
|
@ -118,7 +119,8 @@ module.exports = {
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
workbox: {
|
workbox: {
|
||||||
enabled: false,
|
preCaching: [],
|
||||||
|
runtimeCaching: []
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue