feat: favicon eta open graph eguneratzen ditu

This commit is contained in:
2026-08-17 11:55:06 +02:00
parent 3c31cf5e1d
commit 8878c8edbc
8 changed files with 10 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

1
public/favicon.svg Normal file
View 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

View File

@@ -3,9 +3,17 @@
<head>
<meta charset="utf-8" />
<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} />
<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>
<body>
<slot />