Merge pull request #2617 from ipcintron/pwa

Update pwa icon to use iOS icon
This commit is contained in:
advplyr
2024-02-16 13:44:57 -06:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ module.exports = {
],
script: [],
link: [
{ rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' }
{ rel: 'icon', type: 'image/x-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/favicon.ico' },
{ rel: 'apple-touch-icon', href: (process.env.ROUTER_BASE_PATH || '') + '/ios_icon.png' }
]
},
Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB