add favicon
This commit is contained in:
@@ -19,7 +19,7 @@ const t = useTranslations(Astro.currentLocale)
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<!-- <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> -->
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<meta name="description" content={t('seo.meta.description')} />
|
||||
<meta name="keywords" content={t('seo.meta.keywords')} />
|
||||
|
||||
Reference in New Issue
Block a user