mirror of
https://github.com/FoggedLens/deflock.git
synced 2026-03-22 10:13:35 +00:00
Compress hero image to improve SEO (#65)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user