1502shivam-singh commented on a change in pull request #647:
URL: https://github.com/apache/apisix-website/pull/647#discussion_r724136424
##########
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:
You sure only doing this will work ?
For instance -
https://apisix.apache.org/events/2021/09/15/weekly-report (404)
After change `events` -> `blog`
https://apisix.apache.org/blog/2021/09/15/weekly-report (still 404)
--
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]