Skip to content

Commit 8fffc9e

Browse files
committed
Update meta description and favicon format
1 parent ad0becc commit 8fffc9e

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

public/favicon.ico

16.6 KB
Binary file not shown.

public/favicon.svg

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

src/layouts/BaseLayout.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const { title } = Astro.props;
1313
<html lang="en">
1414
<head>
1515
<meta charset="UTF-8" />
16-
<meta name="description" content="Astro description" />
16+
<meta name="description" content="klpod221 Portfolio" />
1717
<meta name="viewport" content="width=device-width" />
18-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
18+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
1919
<meta name="generator" content={Astro.generator} />
2020
<title>{title}</title>
2121
</head>

0 commit comments

Comments
 (0)