Skip to content

Commit

Permalink
chore(pgs): rm apple touch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Feb 3, 2025
1 parent 2aab941 commit c8eb96f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file removed pgs/public/apple-touch-icon.png
Binary file not shown.
1 change: 0 additions & 1 deletion pgs/web.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func (web *WebRouter) initRouters() {
rootRouter.HandleFunc("GET /check", web.checkHandler)
rootRouter.Handle("GET /main.css", web.serveFile("main.css", "text/css"))
rootRouter.Handle("GET /favicon-16x16.png", web.serveFile("favicon-16x16.png", "image/png"))
rootRouter.Handle("GET /apple-touch-icon.png", web.serveFile("apple-touch-icon.png", "image/png"))
rootRouter.Handle("GET /favicon.ico", web.serveFile("favicon.ico", "image/x-icon"))
rootRouter.Handle("GET /robots.txt", web.serveFile("robots.txt", "text/plain"))

Expand Down

0 comments on commit c8eb96f

Please sign in to comment.