feat: Add new .ico for logo
This commit is contained in:
BIN
src/assets/logoRenacer.ico
Normal file
BIN
src/assets/logoRenacer.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 158 KiB |
@@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
import '../styles/global.css';
|
import '../styles/global.css';
|
||||||
|
import logoRenacer from '../assets/logoRenacer.ico';
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
title: string;
|
title: string;
|
||||||
@@ -19,7 +20,7 @@ const {
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/x-icon" href={logoRenacer} />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<meta name="description" content={description} />
|
<meta name="description" content={description} />
|
||||||
{noindex && <meta name="robots" content="noindex, nofollow" />}
|
{noindex && <meta name="robots" content="noindex, nofollow" />}
|
||||||
|
|||||||
Reference in New Issue
Block a user