mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-15 07:22:28 +02:00
Fix:PWA manifest start_url
This commit is contained in:
parent
d33f23dede
commit
a2347150a2
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ module.exports = {
|
||||||
short_name: 'Audiobookshelf',
|
short_name: 'Audiobookshelf',
|
||||||
display: 'standalone',
|
display: 'standalone',
|
||||||
background_color: '#373838',
|
background_color: '#373838',
|
||||||
start_url: '',
|
|
||||||
icons: [
|
icons: [
|
||||||
{
|
{
|
||||||
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue