Skip to content

Commit 5664c8b

Browse files
committed
chore: update website favicon and remove template defaults
1 parent 4a26f2b commit 5664c8b

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

public/favicon.ico

-655 Bytes
Binary file not shown.

public/favicon.svg

Lines changed: 5 additions & 9 deletions
Loading

src/layouts/BaseLayout.astro

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ const pathname = Astro.url.pathname;
3434
<html lang="en">
3535
<head>
3636
<meta charset="utf-8" />
37-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
37+
<link
38+
rel="icon"
39+
type="image/svg+xml"
40+
href={`${import.meta.env.BASE_URL}favicon.svg`}
41+
/>
3842
<meta name="viewport" content="width=device-width" />
3943
<meta name="generator" content={Astro.generator} />
4044
<title>{pageTitle}</title>

0 commit comments

Comments
 (0)