feat: use favicon.ico
This commit is contained in:
parent
27daed78e8
commit
7ad30da26f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
|
|||
<meta itemprop="description" content="Remove distractions. Save your favorites. Get useful insights. Cozy is your modern-day reading assistant." />
|
||||
)
|
||||
}
|
||||
<link rel="shortcut icon" type="image/png" href="/favicon.ico" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app-wrapper">
|
||||
|
|
Loading…
Reference in a new issue