guoqqqi commented on a change in pull request #959:
URL: https://github.com/apache/apisix-website/pull/959#discussion_r826522461
##########
File path: website/src/pages/showcase/index.js
##########
@@ -43,9 +43,9 @@ const Content = (props) => {
const showcases = siteConfig.customFields.showcases.map((user) => (
<div className="col col--2 item" key={user.infoLink}>
<UserCard
-
image={'https://cdn.jsdelivr.net/gh/apache/apisix-website@master/website/static/img/'
+ user.image}
- caption={user.caption}
- infoLink={user.infoLink}
+ image={'../../../static/img/' + user.image}
Review comment:
Here you should continue to use the CDN to speed up the link
--
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]