This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6558b0850bd feat: add 3.0 preview blog on home page (#1338)
6558b0850bd is described below
commit 6558b0850bd052f189a65e6792a7d49603a42754
Author: 琚致远 <[email protected]>
AuthorDate: Fri Sep 23 10:27:01 2022 +0800
feat: add 3.0 preview blog on home page (#1338)
---
config/event-poster-card.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/event-poster-card.json b/config/event-poster-card.json
index 3d3bcd0d768..f731525e734 100644
--- a/config/event-poster-card.json
+++ b/config/event-poster-card.json
@@ -1,10 +1,10 @@
{
"show": true,
- "expire": "2022-07-31",
- "image":
"https://static.apiseven.com/apisix-website/apachecon-asia-2022.webp",
+ "expire": "2022-10-30",
+ "image": "https://static.apiseven.com/2022/09/23/632d100e98308.png",
"links": {
- "en": "https://apachecon.com/acasia2022/?ref=apisix",
- "zh": "https://apachecon.com/acasia2022/zh/?ref=apisix"
+ "en":
"https://apisix.apache.org/blog/2022/09/21/apache-apisix-v3-preview/?ref=apisix-poster",
+ "zh":
"https://apisix.apache.org/blog/2022/09/21/apache-apisix-v3-preview/?ref=apisix-poster"
},
"width": 400
}