diff options
-rw-r--r-- | packages/bun-landing/page.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 877983613..4ece56479 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -232,6 +232,7 @@ export default ({ inlineCSS }) => ( /> <meta name="theme-color" content="#fbf0df" /> <link rel="manifest" href="manifest.json" /> + <link rel="icon" type="image/png" sizes="256x256" href="/logo-square.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/logo-square@32px.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/logo-square@16px.png" /> <title>Bun is a fast all-in-one JavaScript runtime</title> |