Skip to content

Commit 12855a5

Browse files
authored
Add favicon (#20)
1 parent f17ce0b commit 12855a5

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

public/favicon.ico

4.06 KB
Binary file not shown.

src/layouts/Base.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ const {
2727
}
2828
</script>
2929
<meta charset="utf-8" />
30-
<!-- Favicon: add files to public/ then uncomment (favicon ticket)
3130
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
3231
<link rel="icon" href="/favicon.ico" />
33-
-->
3432
<meta name="viewport" content="width=device-width" />
3533
<meta name="generator" content={Astro.generator} />
3634
<meta name="description" content={description} />

0 commit comments

Comments
 (0)