Updated favicon

This commit is contained in:
Arunavo Ray
2025-08-06 10:04:36 +05:30
parent 3209f70566
commit 4c15ecb1bf
6 changed files with 2 additions and 402 deletions

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -60,7 +60,7 @@ try {
<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="/favicon.ico" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />
<title>Dashboard - Gitea Mirror</title> <title>Dashboard - Gitea Mirror</title>
<ThemeScript /> <ThemeScript />

BIN
www/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@@ -54,7 +54,7 @@ const structuredData = {
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" /> <link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" href="/assets/logo.png" /> <link rel="icon" type="image/png" href="/assets/logo.png" />
<meta name="generator" content={Astro.generator} /> <meta name="generator" content={Astro.generator} />