We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6a9629 commit 5d03db6Copy full SHA for 5d03db6
docs/src/layouts/MainLayout.astro
@@ -20,9 +20,8 @@ import Footer from "../components/Footer.astro";
20
<html lang="en">
21
<head>
22
<meta charset="utf-8" />
23
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link rel="icon" type="image/svg+xml" href="/logo.svg" />
24
<meta name="viewport" content="width=device-width" />
25
- <!-- <link rel="stylesheet" href="https://use.typekit.net/rcr1opg.css"> -->
26
<link rel="preconnect" href="https://fonts.googleapis.com" />
27
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
28
<link
0 commit comments