You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by li...@apache.org on 2023/05/03 08:46:39 UTC

[shenyu-dashboard] branch master updated: bugfix can not load favicon.ico in dashboard (#278)

This is an automated email from the ASF dual-hosted git repository.

likeguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu-dashboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 0a51f07a bugfix can not load favicon.ico in dashboard (#278)
0a51f07a is described below

commit 0a51f07a437891a8b4720dec926c8c839be3c533
Author: tomsun28 <to...@outlook.com>
AuthorDate: Wed May 3 16:46:33 2023 +0800

    bugfix can not load favicon.ico in dashboard (#278)
---
 src/index.ejs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.ejs b/src/index.ejs
index 7475cdb7..b6f74b89 100644
--- a/src/index.ejs
+++ b/src/index.ejs
@@ -23,7 +23,7 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1">
   <title>Apache ShenYu Gateway</title>
-  <link rel="icon" href="/favicon.png" type="image/x-icon">
+  <link rel="icon" href="/favicon.ico" type="image/x-icon">
 </head>
 
 <body>