update pwa icon

This commit is contained in:
ipcintron 2024-02-16 01:32:04 -06:00 committed by GitHub
parent a9e9808183
commit 14e31d5690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ module.exports = {
sizes: 'any' sizes: 'any'
}, },
{ {
src: (process.env.ROUTER_BASE_PATH || '') + '/icon192.png', src: (process.env.ROUTER_BASE_PATH || '') + '/icon256.png',
type: 'image/png', type: 'image/png',
sizes: 'any' sizes: 'any'
} }

BIN
client/static/icon256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB