feat: favicon eta open graph eguneratzen ditu
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 987 B |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 15 KiB |
1
public/favicon.svg
Normal file
@@ -0,0 +1 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="80">🚀</text></svg>
|
||||||
|
After Width: | Height: | Size: 109 B |
@@ -3,9 +3,17 @@
|
|||||||
<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" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.svg" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
<title>YouTube2RSS | txarli.dev</title>
|
<title>YouTube2RSS | txarli.dev</title>
|
||||||
|
|
||||||
|
<meta property="og:title" content="YouTube2RSS | txarli.dev" />
|
||||||
|
<meta
|
||||||
|
property="og:description"
|
||||||
|
content="Erreminta honen bidez, gustoko duzun YouTube kanal baten RSS Feed-a eskuratzeko aukera izango duzu."
|
||||||
|
/>
|
||||||
|
<meta property="og:url" content="https://yt2rss.txarli.dev" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||