remove all favicons except svg (#2)

This commit is contained in:
Troy 2024-12-24 19:58:03 +00:00 committed by GitHub
parent 30a92f08a4
commit 93d8c4f67d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 12 deletions

12
package-lock.json generated
View file

@ -3457,9 +3457,9 @@
}
},
"node_modules/domutils": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz",
"integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==",
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.1.tgz",
"integrity": "sha512-xWXmuRnN9OMP6ptPd2+H0cCbcYBULa5YDTbMm/2lvkWvNA3O4wcW+GvzooqBuNM8yy6pl3VIAeJTUUWUbfI5Fw==",
"license": "BSD-2-Clause",
"dependencies": {
"dom-serializer": "^2.0.0",
@ -3486,9 +3486,9 @@
"license": "MIT"
},
"node_modules/electron-to-chromium": {
"version": "1.5.75",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.75.tgz",
"integrity": "sha512-Lf3++DumRE/QmweGjU+ZcKqQ+3bKkU/qjaKYhIJKEOhgIO9Xs6IiAQFkfFoj+RhgDk4LUeNsLo6plExHqSyu6Q==",
"version": "1.5.76",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.76.tgz",
"integrity": "sha512-CjVQyG7n7Sr+eBXE86HIulnL5N8xZY1sgmOPGuq/F0Rr0FJq63lg0kEtOIDfZBk44FnDLf6FUJ+dsJcuiUDdDQ==",
"license": "ISC"
},
"node_modules/emmet": {

View file

@ -1,4 +1,4 @@
Contact: mailto:security@troylusty.com
Expires: 2025-01-01T00:00:00.000Z
Expires: 2026-01-01T00:00:00.000Z
Encryption: https://troylusty.com/gpg.txt
Preferred-Languages: en

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

View file

@ -33,8 +33,6 @@ import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-lat
<!-- Favicon -->
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<!-- Generator -->
<meta name="generator" content={Astro.generator} />
@ -100,9 +98,6 @@ import redhatmono from "@fontsource-variable/red-hat-mono/files/red-hat-mono-lat
}
</style>
<!-- Disable Dark Reader Statically -->
<meta name="darkreader-lock" />
<!-- Font Preload -->
<link
rel="preload"