We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f68fbf8 commit 6b1e4c0Copy full SHA for 6b1e4c0
1 file changed
src/layouts/Layout.astro
@@ -54,7 +54,6 @@ import Footer from "../components/Footer.astro";
54
<link rel="preconnect" href="https://fonts.googleapis.com" />
55
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
56
57
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
58
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
59
<link rel="apple-touch-icon" href="/favicon.ico" />
60
<title>{title ?? "Selaura Client"}</title>
0 commit comments