Changed A Bunch Of Images To Webp

This commit is contained in:
Robert
2025-02-26 08:12:03 -06:00
committed by GitHub
parent e700f70efd
commit 573208174b
11 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -85,12 +85,12 @@ const mainContentData = [
},
{
name: "Pokemon Pearl",
image: "/image-robert-added/peral.png",
image: "/image-robert-added/peral.webp",
link: "/Pokemon-Pearl-main/Pokemon-Pearl-main/index.html",
},
{
name: "Pokemon Diamond",
image: "/image-robert-added/daimond.png",
image: "/image-robert-added/daimond.webp",
link: "/Pokemon-Diamond-main/Pokemon-Diamond-main/index.html",
},
{
@@ -100,7 +100,7 @@ const mainContentData = [
},
{
name: "Cat",
image: "/image-robert-added/pokefun.png",
image: "/image-robert-added/pokefun.webp",
link: "/cat.html",
},
];