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'
},
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon192.png',
src: (process.env.ROUTER_BASE_PATH || '') + '/icon256.png',
type: 'image/png',
sizes: 'any'
}