Optimize images to WebP and enable lazy loading. Add security headers (HSTS, CSP, etc) for A+ SSL score.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="flex flex-row">
|
||||
@if(!empty($feature['icon']))
|
||||
<div>
|
||||
<img src="{{ asset($feature['icon']) }}" class="!w-[2.2rem] !h-[2.2rem] !mr-4" alt="icon">
|
||||
<img src="{{ asset($feature['icon']) }}" class="!w-[2.2rem] !h-[2.2rem] !mr-4" alt="icon" loading="lazy">
|
||||
</div>
|
||||
@endif
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user