From a2347150a23a13e8fe016b9dcdc0f79d7d61cdea Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 28 Nov 2022 16:26:26 -0600 Subject: [PATCH] Fix:PWA manifest start_url --- client/nuxt.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 43838980..49dab56e 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -110,7 +110,6 @@ module.exports = { short_name: 'Audiobookshelf', display: 'standalone', background_color: '#373838', - start_url: '', icons: [ { src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',