Skip to content

Commit 5d03db6

Browse files
committed
docs: update favicon
1 parent d6a9629 commit 5d03db6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/layouts/MainLayout.astro

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ import Footer from "../components/Footer.astro";
2020
<html lang="en">
2121
<head>
2222
<meta charset="utf-8" />
23-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
23+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
2424
<meta name="viewport" content="width=device-width" />
25-
<!-- <link rel="stylesheet" href="https://use.typekit.net/rcr1opg.css"> -->
2625
<link rel="preconnect" href="https://fonts.googleapis.com" />
2726
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
2827
<link

0 commit comments

Comments
 (0)