1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-03-08 04:01:12 +01:00

Merge pull request from alexmaras/master

fix: disable workbox to prevent failure with service worker
This commit is contained in:
advplyr 2022-06-29 08:23:07 -05:00 committed by GitHub
commit 4ade6e04a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,6 +120,9 @@ module.exports = {
sizes: "512x512"
}
]
},
workbox: {
enabled: false,
}
},