1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-06 14:05:18 +02:00

Fixed web browser icon

This commit is contained in:
Bryan Liao 2025-07-23 12:04:14 -07:00
parent 098073aedd
commit 5a96e1affb
6 changed files with 5 additions and 5 deletions

View file

@ -18,8 +18,8 @@
<link rel="canonical" href="https://it-tools.tech" />
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/ensemicon.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/ensemicon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon2-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon2-16x16.png" />
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#18a058" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

BIN
public/favicon1.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 404 B

Before After
Before After

BIN
public/favicon2-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 769 B

View file

@ -63,16 +63,16 @@ export default defineConfig({
lang: 'fr-FR',
start_url: `${baseUrl}?utm_source=pwa&utm_medium=pwa`,
orientation: 'any',
theme_color: '#18a058',
theme_color: '#2886BB',
background_color: '#f1f5f9',
icons: [
{
src: '/favicon-16x16.png',
src: '/favicon2-16x16.png',
type: 'image/png',
sizes: '16x16',
},
{
src: '/favicon-32x32.png',
src: '/favicon2-32x32.png',
type: 'image/png',
sizes: '32x32',
},