juzhiyuan commented on a change in pull request #647:
URL: https://github.com/apache/apisix-website/pull/647#discussion_r724677168
##########
File path: website/src/pages/sections/newsSection.jsx
##########
@@ -11,7 +11,7 @@ const NewsSection = () => {
.map((event) => {
const publishTime = event.fileName.slice(0, 10);
const splittedFileName = event.fileName.split("-");
- const url = `/events/${splittedFileName
+ const url = `/blog/${splittedFileName
Review comment:
No, we need to use the correct i18n way.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]