Skip to content

Commit

Permalink
Merge pull request #44 from DongHY1/feat/picture
Browse files Browse the repository at this point in the history
feat: use webp
  • Loading branch information
hidaviddong authored Jun 19, 2024
2 parents 5ce653c + a4de112 commit ff20b58
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
Binary file removed public/comments.png
Binary file not shown.
Binary file added public/comments.webp
Binary file not shown.
Binary file removed public/data-visualization.png
Binary file not shown.
Binary file added public/data-visualization.webp
Binary file not shown.
Binary file removed public/daviddong.png
Binary file not shown.
Binary file added public/daviddong.webp
Binary file not shown.
Binary file removed public/llm.png
Binary file not shown.
Binary file added public/llm.webp
Binary file not shown.
Binary file removed public/tme.png
Binary file not shown.
Binary file added public/tme.webp
Binary file not shown.
10 changes: 5 additions & 5 deletions src/config/project.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ const Works = [
name: "Large Language Model",
description: "Medical field chat application.",
href: "/project/llm",
background: "/llm.png",
background: "/llm.webp",
},
{
name: "Data Visualization",
description: "Chart and 3D models.",
href: "/project/data-visualization",
background: "/data-visualization.png",
background: "/data-visualization.webp",
},
{
name: "Hybrid Mobile App",
description: "QQ Music / We Sing Living Room.",
href: "/project/tme",
background: "/tme.png",
background: "/tme.webp",
},
];

Expand All @@ -24,13 +24,13 @@ const OpenSourceProjects = [
name: "Comments",
description: "Add comments to your website.",
href: "/project/comments",
background: "/comments.png",
background: "/comments.webp",
},
{
name: "daviddong.me",
description: "Personal website template.",
href: "/project/website",
background: "/daviddong.png",
background: "/daviddong.webp",
},
];

Expand Down

0 comments on commit ff20b58

Please sign in to comment.