mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
refactor(web): ♻️⚡️ preload logo for LCP
This commit is contained in:
parent
2a4a616578
commit
5e3a7374c5
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
||||
<link rel="preload" as="image" href="/logo_filterlists.png" />
|
||||
|
||||
<!-- For IE <= 9 -->
|
||||
<!--[if IE]>
|
||||
|
|
@ -12,7 +13,7 @@
|
|||
<![endif]-->
|
||||
|
||||
<!-- For IE > 9 -->
|
||||
<script src="https://filterlists.com/tpl-redirect.js" defer></script>
|
||||
<script src="/tpl-redirect.js" defer></script>
|
||||
|
||||
<link rel="shortcut icon" href="%PUBLIC_URL%/icon_filterlists.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue