1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Use webp for the icon instead of png

This commit is contained in:
RGBCube 2024-04-16 15:41:42 +03:00
parent 61b2f9da45
commit 0776f8115c
No known key found for this signature in database
4 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View file

@ -9,7 +9,7 @@
!*.vto
!*.gif
!*.png
!*.webp
!*.woff2
!.gitignore

View file

@ -43,11 +43,11 @@
<meta property="og:image" content="{{ thumbnail }}">
{{ else }}
<meta name="twitter:card" content="summary">
<meta name="twitter:image" content="/assets/icon.png">
<meta name="twitter:image" content="/assets/icon.webp">
{{ /if }}
<link rel="icon" href="/assets/icon.gif">
<link rel="apple-touch-icon" href="/assets/icon.png">
<link rel="apple-touch-icon" href="/assets/icon.webp">
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMedium.woff2" crossorigin>
<link rel="preload" as="font" type="font/woff2" href="/assets/BaiJamjureeMediumItalic.woff2" crossorigin>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

BIN
site/assets/icon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB