SongYuQiu commented on code in PR #79: URL: https://github.com/apache/incubator-kvrocks-website/pull/79#discussion_r1159781309
########## src/components/HomepageFeatures/index.tsx: ########## @@ -1,11 +1,11 @@ import React from 'react'; import clsx from 'clsx'; import styles from './styles.module.css'; -import feature0 from '/img/feature-0.png'; -import feature1 from '/img/feature-1.png'; -import feature2 from '/img/feature-2.png'; -import feature3 from '/img/feature-3.png'; -import feature4 from '/img/feature-4.png'; +import feature0 from '../../../static/img/feature-0.png'; Review Comment: I missed this one last time, how about changing it to factory.png? -- 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]
