change landing page image to webp

This commit is contained in:
Siddhartha
2023-10-21 13:30:01 +05:30
parent ab16564461
commit 1a15a5b690
4 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ params:
homeInfoParams: homeInfoParams:
Title: Title:
Content: > Content: >
- ![Self](/images/self-v2.jpg#center "Self") - ![Self](/images/self-v2.webp#center "Self")
- -

BIN
public/images/self-v2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

View File

@@ -164,7 +164,7 @@
</header> </header>
<div class="entry-content"> <div class="entry-content">
<ul> <ul>
<li><img loading="lazy" src="/images/self-v2.jpg#center" alt="Self" title="Self" /> <li><img loading="lazy" src="/images/self-v2.webp#center" alt="Self" title="Self" />
</li> </li>
<li></li> <li></li>
<li>Welcome to the preferred dumping ground for my thoughts.</li> <li>Welcome to the preferred dumping ground for my thoughts.</li>

BIN
static/images/self-v2.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB