mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-23 23:20:57 +03:00
Enable PWA's when setting BaseURL
This commit is contained in:
parent
cf8756b14b
commit
5b167031d2
ui/public
@ -10,7 +10,6 @@
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="%PUBLIC_URL%/android-chrome-192x192.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
|
||||
<link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5b5fd5">
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
@ -4,17 +4,17 @@
|
||||
"description": "Navidrome, an open source web-based music collection server and streamer",
|
||||
"categories": ["music", "entertainment"],
|
||||
"display": "standalone",
|
||||
"start_url": "/app/",
|
||||
"start_url": "./",
|
||||
"background_color": "white",
|
||||
"theme_color": "blue",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/app/android-chrome-192x192.png",
|
||||
"src": "./android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/app/android-chrome-512x512.png",
|
||||
"src": "./android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user