You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by de...@apache.org on 2022/06/26 11:12:09 UTC

[incubator-shenyu-website] branch main updated: fix: news page path bug (#621)

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

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 8926a57f7c fix: news page path bug (#621)
8926a57f7c is described below

commit 8926a57f7cccf751dbd1fadc4c039f9c59f1b061
Author: gouzixing <44...@users.noreply.github.com>
AuthorDate: Sun Jun 26 19:12:06 2022 +0800

    fix: news page path bug (#621)
    
    * newsPage
    
    * news page
    
    * bugfix
    
    * news page update
    
    * bugfix --path bug
    
    * conflict
    
    * conflict
---
 src/data/newsInfo.js | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/data/newsInfo.js b/src/data/newsInfo.js
index 689e635f5a..134544ef5f 100644
--- a/src/data/newsInfo.js
+++ b/src/data/newsInfo.js
@@ -6,7 +6,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2022-04-20',
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Apache-ShenYu-Committer-2022-04-20',
     },
     {
@@ -16,7 +16,7 @@ export default [
         categories: "Apache ShenYu",
         tags: ["Apache ShenYu"],
         date: '2022-04-18',
-        cover: "/static/img/news/helm-ci-pipeline.png",
+        cover: "/img/news/helm-ci-pipeline.png",
         src:'Apache-ShenYu-release-version-2.4.3',
     },
     {
@@ -26,7 +26,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: "2021-12-08",
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:"Apache-ShenYu-Committer-2021-12-08",
     },
     {
@@ -36,7 +36,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2021-11-11',
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Apache-ShenYu-Committer-2021-11-11',
     },
     {
@@ -46,7 +46,7 @@ export default [
         categories: "Apache ShenYu PPMC",
         tags: ["Apache ShenYu"],
         date: "2021-11-05",
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Apache-ShenYu-PPMC-2021-11-05',
     },
     {
@@ -76,7 +76,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: '2021-09-08',
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Apache-ShenYu-Committer-2021-07-27',
     },
     {
@@ -86,7 +86,7 @@ export default [
         categories: "Apache ShenYu Committers",
         tags: ["Apache ShenYu"],
         date: "2021-02-28",
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Apache-ShenYu-Committer-2022-02-28',
     },
     {
@@ -96,7 +96,7 @@ export default [
         categories: "Apache ShenYu",
         tags: ["Apache ShenYu"],
         date: "2020-07-05",
-        cover: "/static/img/logo.svg",
+        cover: "/img/logo.svg",
         src:'Soul-gateway-release-milestone-version-2.3.0',
     }
 ]
\ No newline at end of file