Skip to content

Commit 49a86c7

Browse files
author
TechStack Global
committed
fix(web): restore missing favicon on AW review page
1 parent bfe368e commit 49a86c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

posts/alienware-aw3423dwf-review.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
name="twitter:description" />
2828
<meta content="https://techstackglobal.github.io/posts/images/alienware-aw3423dwf-front.jpg" name="twitter:image" />
2929

30-
<link href="../favicon.png" rel="icon" type="image/png" />
30+
<link href="../assets/icons/favicon-32.png?v=1" rel="icon" sizes="32x32" type="image/png" />
31+
<link href="../assets/icons/favicon-16.png?v=1" rel="icon" sizes="16x16" type="image/png" />
32+
<link href="../assets/icons/techstack-logo-192.png?v=1" rel="apple-touch-icon" sizes="192x192" />
33+
<link href="../assets/icons/favicon.ico?v=1" rel="shortcut icon" />
3134
<link rel="preconnect" href="https://fonts.googleapis.com">
3235
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
3336
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap"

0 commit comments

Comments
 (0)