forked from NYANDEV/forgejo
Add icon support for safari (#24697)
Co-authored-by: Giteabot <teabot@gitea.io>
This commit is contained in:
parent
82224c54e0
commit
3075b99610
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ func Routes(ctx gocontext.Context) *web.Route {
|
|||
routes.RouteMethods("/avatars/*", "GET, HEAD", storageHandler(setting.Avatar.Storage, "avatars", storage.Avatars))
|
||||
routes.RouteMethods("/repo-avatars/*", "GET, HEAD", storageHandler(setting.RepoAvatar.Storage, "repo-avatars", storage.RepoAvatars))
|
||||
routes.RouteMethods("/apple-touch-icon.png", "GET, HEAD", misc.StaticRedirect("/assets/img/apple-touch-icon.png"))
|
||||
routes.RouteMethods("/apple-touch-icon-precomposed.png", "GET, HEAD", misc.StaticRedirect("/assets/img/apple-touch-icon.png"))
|
||||
routes.RouteMethods("/favicon.ico", "GET, HEAD", misc.StaticRedirect("/assets/img/favicon.png"))
|
||||
|
||||
_ = templates.HTMLRenderer()
|
||||
|
|
Loading…
Reference in a new issue