Skip to content

Commit 802d4dd

Browse files
committed
upd: add new favicon and app icons
1 parent aa475b1 commit 802d4dd

6 files changed

Lines changed: 18 additions & 4 deletions

File tree

public/android-chrome-192x192.png

4.81 KB
Loading

public/android-chrome-512x512.png

16.8 KB
Loading

public/apple-touch-icon.png

4.39 KB
Loading

public/favicon.ico

2.27 KB
Binary file not shown.

src/layouts/DocsLayout.astro

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,15 @@ const headings = entry ? extractHeadingsFromMarkdown(entry.body || "") : [];
3636
content="Omabuntu - A fork of Omakub, more flexible and refined."
3737
/>
3838
<title>{pageTitle}</title>
39-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
40-
<link rel="shortcut icon" href="/favicon.svg" />
39+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
40+
<link rel="shortcut icon" href="/favicon.ico" />
41+
<link
42+
rel="icon"
43+
href="/android-chrome-192x192.png"
44+
type="image/png"
45+
sizes="192x192"
46+
/>
47+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
4148

4249
<!-- Open Graph Meta Tags -->
4350
<meta property="og:url" content="https://omabuntu.omakasui.org" />

src/layouts/Layout.astro

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ import "@/styles/global.css";
1515
content="Omabuntu - A fork of Omakub, more flexible and refined."
1616
/>
1717
<title>Omabuntu</title>
18-
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
19-
<link rel="shortcut icon" href="/favicon.svg" />
18+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
19+
<link rel="shortcut icon" href="/favicon.ico" />
20+
<link
21+
rel="icon"
22+
href="/android-chrome-192x192.png"
23+
type="image/png"
24+
sizes="192x192"
25+
/>
26+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
2027

2128
<!-- Open Graph Meta Tags -->
2229
<meta property="og:url" content="https://omabuntu.omakasui.org" />

0 commit comments

Comments
 (0)