Skip to content

Commit 86a0172

Browse files
committed
Serve a copy of HubSpot's favicon
1 parent 2848af9 commit 86a0172

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

public/favicon.ico

1.12 KB
Binary file not shown.

src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const comparisons = await getComparisons();
2121
name="description"
2222
content="Examples of how to do common event, element, ajax and utility operations with plain javascript."
2323
/>
24-
<link rel="icon" href="https://static.hubspot.com/favicon.ico" />
24+
<link rel="icon" href="/favicon.ico" />
2525
</head>
2626
<body>
2727
<div class="main-wrapper">

0 commit comments

Comments
 (0)