1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-07-31 13:07:46 +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

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>