update favicon

This commit is contained in:
Ayo 2022-09-17 18:58:14 +02:00
parent 398813e34f
commit 60e98c5fb2
2 changed files with 1 additions and 1 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -13,8 +13,8 @@ import Footer from '../components/Footer.astro';
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" /> <meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<link rel="shortcut icon" type="image/png" href="/favicon.ico">
<title>{title}</title> <title>{title}</title>
</head> </head>
<body> <body>