aboutsummaryrefslogtreecommitdiffstats
path: root/routers/routes/web.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/routes/web.go')
-rw-r--r--routers/routes/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/routes/web.go b/routers/routes/web.go
index c4d0bc32f8..77ceb83214 100644
--- a/routers/routes/web.go
+++ b/routers/routes/web.go
@@ -173,7 +173,7 @@ func WebRoutes() *web.Route {
// this png is very likely to always be below the limit for gzip so it doesn't need to pass through gzip
routes.Get("/apple-touch-icon.png", func(w http.ResponseWriter, req *http.Request) {
- http.Redirect(w, req, path.Join(setting.StaticURLPrefix, "img/apple-touch-icon.png"), 301)
+ http.Redirect(w, req, path.Join(setting.StaticURLPrefix, "/assets/img/apple-touch-icon.png"), 301)
})
gob.Register(&u2f.Challenge{})