@@ -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