Skip to content

Commit ed79f23

Browse files
authored
Use logo as favicon (#45)
Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
1 parent f2bf945 commit ed79f23

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

public/favicon.svg

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

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const { title, description = "Tailstory" } = Astro.props;
1212
<html lang="en">
1313
<head>
1414
<meta charset="utf-8" />
15-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
15+
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1717
<meta name="description" content={description} />
1818
<meta name="generator" content={Astro.generator} />

0 commit comments

Comments
 (0)