This is an automated email from the ASF dual-hosted git repository.
liuhongyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6313ddb4039 fix: fix news commiter avatar img (#1110)
6313ddb4039 is described below
commit 6313ddb4039c94831683a26095e40bbf70ad8be5
Author: shown <[email protected]>
AuthorDate: Tue Jan 20 10:32:33 2026 +0800
fix: fix news commiter avatar img (#1110)
Signed-off-by: yuluo-yx <[email protected]>
---
src/data/newsInfo.js | 2 +-
static/img/news/shown.jpeg | Bin 0 -> 19636 bytes
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index 5ed848b03b7..8d67264d546 100644
--- a/src/data/newsInfo.js
+++ b/src/data/newsInfo.js
@@ -18,7 +18,7 @@ export default [
categories: "Apache ShenYu Committers",
tags: ["Apache ShenYu"],
date: "2026-01-06",
- cover: "https://avatars.githubusercontent.com/u/77964041?v=4",
+ cover: "/img/news/shown.jpeg",
src:'Apache-ShenYu-Committer-2026-01-06',
},
{
diff --git a/static/img/news/shown.jpeg b/static/img/news/shown.jpeg
new file mode 100644
index 00000000000..34fdef74a0e
Binary files /dev/null and b/static/img/news/shown.jpeg differ