Skip to content

Commit 09b5bc0

Browse files
committed
Change favicon to sparkles emoji
Thanks to http://favicons.joshuasoileau.com/ for this snippet
1 parent 0e32840 commit 09b5bc0

2 files changed

Lines changed: 4 additions & 10 deletions

File tree

public/favicon.svg

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/layouts/Layout.astro

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ const { title } = Astro.props;
1212
<meta charset="UTF-8" />
1313
<meta name="description" content="Astro description" />
1414
<meta name="viewport" content="width=device-width" />
15-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
15+
<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+
/>
1619
<meta name="generator" content={Astro.generator} />
1720
<title>{title}</title>
1821
<script is:inline data-goatcounter="https://sheeshee.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>

0 commit comments

Comments
 (0)