change icon.png to icon.jpg

This commit is contained in:
night0721 2023-11-03 12:42:02 +00:00
parent e7b51fa9df
commit a9f4c7d4b5
3 changed files with 1 additions and 2 deletions

BIN
public/images/icon.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

View file

@ -8,11 +8,10 @@ type Title = {
export default function Header({ title }: Title) {
return (
<Head>
<link rel="icon" type="image/png" href="/images/icon.png" />
<link rel="icon" type="image/png" href="/images/icon.jpg" />
<title>{title}</title>
{/* HTML Meta Tags */}
<title>{title}</title>
<meta name="theme-color" content="#deb4d1" data-react-helmet="true" />
<meta name="description" content={oembed.bio} />