remove maskable pwa icons

This commit is contained in:
nikk gitanes
2023-02-21 21:59:14 +03:00
parent d7f9665ba0
commit 07231656d6
8 changed files with 2 additions and 40 deletions

View File

@@ -153,14 +153,6 @@ func RouteWebPages(route *gin.RouterGroup) {
c.Data(200, "image/png", Logopng)
})
route.GET("/manifest-icon-192.maskable.png", func(c *gin.Context) {
c.Data(200, "image/png", Manifesticon192maskablepng)
})
route.GET("/manifest-icon-512.maskable.png", func(c *gin.Context) {
c.Data(200, "image/png", Manifesticon512maskablepng)
})
route.GET("/mstile-150x150.png", func(c *gin.Context) {
c.Data(200, "image/png", Mstile150x150png)
})