remove all favicons except svg (#2)
This commit is contained in:
parent
30a92f08a4
commit
93d8c4f67d
5 changed files with 7 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue