Update favicon

This commit is contained in:
Tom Moor 2017-11-09 23:20:29 -08:00
parent 5cccd11d7b
commit 6c1996d79b
4 changed files with 12 additions and 2 deletions

BIN
public/favicon-16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 325 B

BIN
public/favicon-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 408 B

View File

@ -25,8 +25,18 @@ export default function Layout({ children }: Props) {
<meta name="og:site_name" content="Outline" />
<meta name="og:type" content="website" />
<meta name="theme-color" content={color.primary} />
<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link
rel="shortcut icon"
type="image/png"
href="/favicon-16.png"
sizes="16x16"
/>
<link
rel="shortcut icon"
type="image/png"
href="/favicon-32.png"
sizes="32x32"
/>
<link
rel="dns-prefetch"
href={process.env.AWS_S3_UPLOAD_BUCKET_URL}