mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-06 20:09:37 +00:00
fix: disable workbox to prevent failure with service worker
This commit is contained in:
parent
d90bd92bcc
commit
49d0835236
1 changed files with 3 additions and 0 deletions
|
|
@ -120,6 +120,9 @@ module.exports = {
|
||||||
sizes: "512x512"
|
sizes: "512x512"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
workbox: {
|
||||||
|
enabled: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue