add favicon
This commit is contained in:
13
public/favicon.svg
Normal file
13
public/favicon.svg
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||||
|
<svg fill="rgba(198, 15, 211, 1)" height="32px" width="32px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||||
|
viewBox="0 0 472.615 472.615" xml:space="preserve">
|
||||||
|
<g>
|
||||||
|
<g>
|
||||||
|
<path d="M472.615,141.585l-46.743-46.743l8.914-8.914c13.272-13.272,13.272-34.788,0-48.06c-13.272-13.272-34.789-13.272-48.06,0
|
||||||
|
l-8.914,8.914L331.071,0.038l-48.138,48.14L240.764,6.007l-48.137,48.138l88.911,88.913l-138.523,138.52l-88.911-88.909
|
||||||
|
L5.968,240.805l42.169,42.168L0,331.11l46.741,46.741l-8.914,8.916c-13.272,13.272-13.272,34.789,0,48.06s34.789,13.272,48.061,0
|
||||||
|
l8.914-8.913l46.665,46.663l48.193-48.082l42.191,42.193l48.062-48.06l-88.912-88.914l138.597-138.598l88.912,88.914
|
||||||
|
l48.137-48.138l-42.169-42.17L472.615,141.585z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 846 B |
@@ -19,7 +19,7 @@ const t = useTranslations(Astro.currentLocale)
|
|||||||
<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/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<meta name="description" content={t('seo.meta.description')} />
|
<meta name="description" content={t('seo.meta.description')} />
|
||||||
<meta name="keywords" content={t('seo.meta.keywords')} />
|
<meta name="keywords" content={t('seo.meta.keywords')} />
|
||||||
|
|||||||
Reference in New Issue
Block a user