mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-08-07 14:35:19 +02:00
Fixed web browser icon
This commit is contained in:
parent
098073aedd
commit
5a96e1affb
6 changed files with 5 additions and 5 deletions
|
@ -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 |
BIN
public/favicon1.ico
Normal file
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 |
BIN
public/favicon2-32x32.png
Normal file
BIN
public/favicon2-32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 769 B |
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue