Skip to content

Commit f84df10

Browse files
committed
perf: optimize main image
1 parent 7d5066b commit f84df10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/assets/shitlib.webp

-33.9 KB
Loading

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h1 style="margin:0">
7272
// Page templates start
7373
var homePage = `
7474
<main>
75-
<img loading="lazy" style="aspect-ratio:1164/682;height:auto;max-width:100%" width="1164" height="682" src="./assets/shitlib.webp" alt="a meme about the difference between website designs' a few years ago and today">
75+
<img style="aspect-ratio:1164/682;height:auto;max-width:100%" width="1164" height="682" src="./assets/shitlib.webp" alt="a meme about the difference between website designs' a few years ago and today">
7676
<blockquote>Inspired by this shitpost (I don't have the source) and made using <a href="https://github.com/FelipeIzolan/mi.css">mi.css</a></blockquote>
7777
</main>
7878
<article>

0 commit comments

Comments
 (0)