diff --git a/client/nuxt.config.js b/client/nuxt.config.js index a74a8880..43838980 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -110,6 +110,7 @@ module.exports = { short_name: 'Audiobookshelf', display: 'standalone', background_color: '#373838', + start_url: '', icons: [ { src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg', @@ -118,7 +119,8 @@ module.exports = { ] }, workbox: { - enabled: false, + preCaching: [], + runtimeCaching: [] } },