added favicon

This commit is contained in:
2025-06-26 12:29:36 -07:00
parent 3f5b020959
commit f477117a88
3 changed files with 2 additions and 1 deletions

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

BIN
public/favicon.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@@ -16,7 +16,8 @@ const { title } = Astro.props;
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{title} - My Website</title> <title>{title} - juchatz.com</title>
<link rel="icon" type="image/webp" href="/favicon.webp" />
</head> </head>
<body> <body>
<div class="container"> <div class="container">