Compress hero image to improve SEO (#65)

This commit is contained in:
Andrew Gentry
2025-11-26 18:05:12 -05:00
committed by GitHub
parent fa40e76986
commit c93d2a6bcf
4 changed files with 2 additions and 1 deletions

View File

@@ -148,7 +148,7 @@
<style>
.hero-section {
background: url('/hero.jpg') no-repeat center center;
background: url('/hero.webp') no-repeat center center;
background-size: cover;
color: white;
padding: 60px 0 50px 0 !important;