Skip to content

Commit 72d99e7

Browse files
committed
Fixing icons
1 parent 801bc23 commit 72d99e7

6 files changed

Lines changed: 2 additions & 48 deletions

File tree

docs/astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ export default defineConfig({
88
starlight({
99
title: 'RepoWidget',
1010
description: 'A lightweight, customizable JavaScript widget to showcase GitHub repositories on any website.',
11-
favicon: '/favicon.svg',
1211
social: [
1312
{ icon: 'github', label: 'GitHub', href: 'https://github.com/peterbenoit/RepoWidget' },
1413
{ icon: 'npm', label: 'npm', href: 'https://www.npmjs.com/package/repo-widget' },
1514
],
1615
head: [
17-
{ tag: 'link', attrs: { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' } },
16+
{ tag: 'link', attrs: { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } },
17+
{ tag: 'link', attrs: { rel: 'icon', type: 'image/png', sizes: '16x16', href: '/favicon-16x16.png' } },
1818
{ tag: 'link', attrs: { rel: 'icon', type: 'image/png', sizes: '32x32', href: '/favicon-32x32.png' } },
1919
{ tag: 'link', attrs: { rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' } },
2020
{ tag: 'meta', attrs: { name: 'author', content: 'Peter Benoit' } },
10.2 KB
Loading
41.9 KB
Loading

docs/public/favicon-16x16.png

447 Bytes
Loading

docs/public/favicon.svg

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/src/assets/images/favicon.svg

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)