Skip to content

Commit fcc8916

Browse files
committed
Add Masterclasses page to Cloudinary
1 parent 9c1dcda commit fcc8916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

masterclasses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ You’re not alone. Need to streamline your workflows? We’ll be there in no ti
215215
{% for masterclass in page.masterclasses %}
216216
<li class="c-tile jsMasterclassItem">
217217
<div class="c-tile__hero">
218-
<img src="/img/content/masterclass/{{ masterclass.image }}.jpg" alt class="c-tile__image" width="960" height="549" loading="lazy">
218+
<img src="{{ site.cloudinary }}/img/content/masterclass/{{ masterclass.image }}.jpg" alt class="c-tile__image" width="960" height="549" loading="lazy">
219219
</div>
220220
<div class="c-tile__content">
221221
<h3 class="c-tile__title">{{ masterclass.title }}</h3>

0 commit comments

Comments
 (0)