mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-04-11 01:17:50 +02:00
fix: disable workbox to prevent failure with service worker
This commit is contained in:
parent
d90bd92bcc
commit
49d0835236
@ -120,6 +120,9 @@ module.exports = {
|
||||
sizes: "512x512"
|
||||
}
|
||||
]
|
||||
},
|
||||
workbox: {
|
||||
enabled: false,
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user