Skip to content

Commit

Permalink
Merge pull request #38 from DS4SD/fix-profile-photo-url
Browse files Browse the repository at this point in the history
fix profile photo URL
  • Loading branch information
kdinkla authored Jul 4, 2024
2 parents 5eef1d1 + d15547c commit b3552f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ title: IBM Deep Search
{% if person.imageCode %}
<img
alt="photograph"
src="https://dwzke5c1hcizv.cloudfront.net/image?url=https%3A%2F%2Fresearch-website-prod-ibmers-images.s3.us-east.cloud-object-storage.appdomain.cloud%2F{{
src="https://research.ibm.com/_next/image?url=https%3A%2F%2Fresearch-website-prod-ibmers-images.s3.us-east.cloud-object-storage.appdomain.cloud%2F{{
person.imageCode }}&w=3840&q=75"/>
{% endif %}
<div>
Expand Down Expand Up @@ -314,4 +314,4 @@ title: IBM Deep Search
</div>
</div>
</div>
</section>
</section>

0 comments on commit b3552f8

Please sign in to comment.