Skip to content

Commit

Permalink
Merge pull request #48 from UniPro-tech/webp
Browse files Browse the repository at this point in the history
画像を軽量化
  • Loading branch information
yuito-it authored Sep 29, 2024
2 parents 901824b + 02f082d commit 8485c47
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
Binary file added public/img/UniPro-GitTool.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/UniPro-GitTool.png
Binary file not shown.
Binary file added public/img/arane.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/arane.png
Binary file not shown.
Binary file added public/img/callboy.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/callboy.png
Binary file not shown.
Binary file added public/img/fixer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/fixer.png
Binary file not shown.
8 changes: 4 additions & 4 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import Slideshow from '@/components/slideshow';

export default function Home() {
const images = [
"/img/callboy.png",
"/img/fixer.png",
"/img/UniPro-GitTool.png",
"/img/arane.png",
"/img/callboy.jpg",
"/img/fixer.jpg",
"/img/UniPro-GitTool.jpg",
"/img/arane.jpg",
];
return (
<main className="flex min-h-screen w-full flex-col items-center bg-white text-black space-y-0">
Expand Down

0 comments on commit 8485c47

Please sign in to comment.