diff options
author | Alex <alexta69@gmail.com> | 2019-12-03 23:18:14 +0200 |
---|---|---|
committer | Alex <alexta69@gmail.com> | 2019-12-03 23:18:14 +0200 |
commit | a524f1faf38c128eb8dabdfeef1fbcdc23ae223d (patch) | |
tree | aadef959c5a7483583256625fd35140505e06679 /favicon | |
parent | add "completed" panel (diff) | |
download | metube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.tar.gz metube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.tar.bz2 metube-a524f1faf38c128eb8dabdfeef1fbcdc23ae223d.zip |
add configurable URL prefix
Diffstat (limited to 'favicon')
-rw-r--r-- | favicon/browserconfig.xml | 2 | ||||
-rw-r--r-- | favicon/site.webmanifest | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/favicon/browserconfig.xml b/favicon/browserconfig.xml index 70cb989..ed5dd79 100644 --- a/favicon/browserconfig.xml +++ b/favicon/browserconfig.xml @@ -2,7 +2,7 @@ <browserconfig> <msapplication> <tile> - <square150x150logo src="/favicon/mstile-150x150.png"/> + <square150x150logo src="favicon/mstile-150x150.png"/> <TileColor>#da532c</TileColor> </tile> </msapplication> diff --git a/favicon/site.webmanifest b/favicon/site.webmanifest index 4bae9f9..a476f60 100644 --- a/favicon/site.webmanifest +++ b/favicon/site.webmanifest @@ -3,12 +3,12 @@ "short_name": "", "icons": [ { - "src": "/favicon/android-chrome-192x192.png", + "src": "android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }, { - "src": "/favicon/android-chrome-384x384.png", + "src": "android-chrome-384x384.png", "sizes": "384x384", "type": "image/png" } |