Change index-thumbnail to webp

This commit is contained in:
TonyV2Intl
2026-01-24 20:17:00 +08:00
parent 2bb6113ff5
commit 2defc088a8
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@@ -61,7 +61,7 @@ hide:
width: 100%;
height: 100%;
background-color: var(--md-default-bg-color);
background-image: url(/assets/index-thumbnail.png);
background-image: url(/assets/index-thumbnail.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;