Skip to content

Commit b3552f8

Browse files
authored
Merge pull request #38 from DS4SD/fix-profile-photo-url
fix profile photo URL
2 parents 5eef1d1 + d15547c commit b3552f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ title: IBM Deep Search
284284
{% if person.imageCode %}
285285
<img
286286
alt="photograph"
287-
src="https://dwzke5c1hcizv.cloudfront.net/image?url=https%3A%2F%2Fresearch-website-prod-ibmers-images.s3.us-east.cloud-object-storage.appdomain.cloud%2F{{
287+
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{{
288288
person.imageCode }}&w=3840&q=75"/>
289289
{% endif %}
290290
<div>
@@ -314,4 +314,4 @@ title: IBM Deep Search
314314
</div>
315315
</div>
316316
</div>
317-
</section>
317+
</section>

0 commit comments

Comments
 (0)