chore: eager load about image
This commit is contained in:
parent
5f841efc3e
commit
7a3a7d65e4
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ image: /assets/img/ogi/about.jpg
|
|||
<style>{{ css }}</style>
|
||||
<div class="avatar__wrapper flex--centered">
|
||||
{% capture about_alt %}{{ meta.siteName }} - image by David Neal / @reverentgeek{% endcapture %}
|
||||
{% image './src/assets/img/avatar.webp', about_alt %}
|
||||
{% image './src/assets/img/avatar.webp', about_alt, '', 'eager' %}
|
||||
</div>
|
||||
<h2 class="page__header text-center">Hi, I'm Cory</h2>
|
||||
|
||||
|
|
Reference in a new issue