Skip to content

Commit da8e706

Browse files
committed
Change images format
1 parent 2fde0ff commit da8e706

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

public/android-chrome-192x192.webp

12.5 KB
Loading

public/apple-touch-icon.webp

11.6 KB
Loading

public/favicon-16x16.webp

454 Bytes
Loading

public/favicon-32x32.webp

1.12 KB
Loading

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"theme_color": "#3775a9",
99
"icons": [
1010
{
11-
"src": "/android-chrome-192x192.png",
11+
"src": "/android-chrome-192x192.webp",
1212
"sizes": "192x192",
1313
"type": "image/png"
1414
},

src/app/layout.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,21 @@ export const metadata = {
4848
icon: [
4949
{ url: "/favicon.ico", sizes: "any" },
5050
{ url: "/icon.svg", type: "image/svg+xml" },
51-
{ url: "/favicon-16x16.png", type: "image/png", sizes: "16x16" },
52-
{ url: "/favicon-32x32.png", type: "image/png", sizes: "32x32" },
51+
{ url: "/favicon-16x16.webp", type: "image/png", sizes: "16x16" },
52+
{ url: "/favicon-32x32.webp", type: "image/png", sizes: "32x32" },
5353
{
54-
url: "/android-chrome-192x192.png",
54+
url: "/android-chrome-192x192.webp",
5555
type: "image/png",
5656
sizes: "192x192",
5757
},
5858
{
59-
url: "/android-chrome-512x512.png",
59+
url: "/android-chrome-512x512.webp",
6060
type: "image/png",
6161
sizes: "512x512",
6262
},
6363
],
64-
shortcut: "/shortcut-icon.png",
65-
apple: [{ url: "/apple-touch-icon.png", sizes: "180x180" }],
64+
shortcut: "/shortcut-icon.webp",
65+
apple: [{ url: "/apple-touch-icon.webp", sizes: "180x180" }],
6666
other: [
6767
{ rel: "mask-icon", url: "/safari-pinned-tab.svg", color: "#3775a9" },
6868
],
@@ -100,7 +100,7 @@ export const metadata = {
100100
alt: "PyDay Chile 2025 Banner",
101101
},
102102
{
103-
url: "/images/logo-pyday.png",
103+
url: "/images/logo-pyday.webp",
104104
width: 800,
105105
height: 800,
106106
alt: "Logo PyDay Chile",

0 commit comments

Comments
 (0)