Closed Aryan4884 closed 1 month ago
Name | Link |
---|---|
Latest commit | 5dbc1e2344ae4cd46d80ae62d5192c9f5f053623 |
Latest deploy log | https://app.netlify.com/sites/peaceful-ramanujan-288045/deploys/6718bd8f70d4330008abb5d1 |
Deploy Preview | https://deploy-preview-400--peaceful-ramanujan-288045.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Please ignore multiple commit as I have forgotten to make a different branch for this separate issue, thatswhy my previous commit which was for different issue are also getting shown.
Hey @Aryan4884 please follow the pr naming conventions as mentioned by the asyncapi-bot
above.
Is it ok now?
@AceTheCreator changed the format to .webp
@Aryan4884 there is some error, please resolve it. In my opinion its arising from the conference-website
submodule in your PR.
@ashmit-coder By mistake i messed up the file directories and submodules. But now its fine.
@Aryan4884 please resolve the merge conflicts.
@ashmit-coder done
@Aryan4884, kindly resolve the conflict in this PR. we should be good to go once that's fixed 👍🏾
@AceTheCreator done
LGTM! @AceTheCreator
/rtm
396
This PR resolves that issue by downloading and storing the speaker images locally. This change ensures that the speaker images are always available, thereby improving the overall reliability and consistency of the website.
Changes Made: Speaker Images Storage: Downloaded all speaker images from external URLs and stored them in the /public/img/speakers/ directory. Updated the speaker image paths to reference the local files instead of external URLs. Speaker Component: Updated the image src in the Speaker component to use the new local paths. Benefits: Reliability: The images are no longer dependent on external URLs, preventing broken image issues caused by changes in external sources. Performance: Local images reduce latency and improve load time, since they are served directly from our server. Maintenance: Easier management of speaker images, as they are all stored and versioned within the project.