fix: favicon meta
This commit is contained in:
parent
c133125039
commit
4b5bfef321
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ description = title === SITE_TITLE
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
|
||||
<!-- Font preloads -->
|
||||
|
|
|
@ -43,7 +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.svg" />
|
||||
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="app-wrapper">
|
||||
|
|
Loading…
Reference in a new issue