Update:Remove 64x64 app icon from PWA manifest so that only the SVG is available #2520

This commit is contained in:
advplyr 2024-01-27 10:50:44 -06:00
parent e43c4f082e
commit 0b6a8a9641

View File

@ -108,11 +108,6 @@ module.exports = {
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon.svg',
sizes: "any"
},
{
src: (process.env.ROUTER_BASE_PATH || '') + '/icon64.png',
type: "image/png",
sizes: "64x64"
}
]
},