refactor(assets): swap cosmic-stag PNG/WebP → AVIF
Replace the WebP cosmic-stag with an AVIF version that has cleaner transparency. AVIF support is universal across the browsers we target (Chrome ≥85, Firefox ≥93, Safari ≥16, Edge ≥121). Asset is ~92% the size of the WebP it replaces. Updates the four import sites: index.html favicon, SiteHeader logo, SiteFooter logo and the HomeView hero stag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0a3bdb004b
commit
c432cfb772
6 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/webp" href="./src/assets/cosmic-stag.webp" />
|
||||
<link rel="icon" type="image/avif" href="./src/assets/cosmic-stag.avif" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue