We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e32840 commit 09b5bc0Copy full SHA for 09b5bc0
2 files changed
public/favicon.svg
src/layouts/Layout.astro
@@ -12,7 +12,10 @@ const { title } = Astro.props;
12
<meta charset="UTF-8" />
13
<meta name="description" content="Astro description" />
14
<meta name="viewport" content="width=device-width" />
15
- <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <link
16
+ rel="icon"
17
+ href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>✨</text></svg>"
18
+ />
19
<meta name="generator" content={Astro.generator} />
20
<title>{title}</title>
21
<script is:inline data-goatcounter="https://sheeshee.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
0 commit comments