Fix:PWA manifest start_url

This commit is contained in:
advplyr 2022-11-28 16:26:26 -06:00
parent d33f23dede
commit a2347150a2

View File

@ -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',