feat: cdn cutover

This commit is contained in:
Cory Dransfeldt 2024-04-12 17:26:17 -07:00
parent 57bd614e5d
commit 979d895f33
No known key found for this signature in database
20 changed files with 43 additions and 67 deletions

View file

@ -28,11 +28,7 @@
{%- capture loadingStrategy -%}
{%- if loading -%}{{ loading }}{%- else -%}lazy{%- endif -%}
{%- endcapture -%}
{% if shape == 'square' %}
{% image item.image, alt, '', loadingStrategy, 320 %}
{% else %}
{% image item.image, alt, '', loadingStrategy, 200 %}
{% endif %}
{% image item.image, alt, '', loadingStrategy %}
</div>
</a>
{% endfor %}