feat: Update image file formats to webp
All checks were successful
Update Memento Dev on VPS / deploy (push) Successful in 4m9s

This commit is contained in:
Gauthier Daniels 2025-04-17 20:54:41 +02:00
parent 5c794e7284
commit c4a99e0972
4 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
import { HeroBackground } from "@syntax/HeroBackground";
import blurIndigoImage from "@/images/blur-indigo.png";
import blurCyanImage from "@/images/blur-cyan.png";
import blurIndigoImage from "@/images/blur-indigo.webp";
import blurCyanImage from "@/images/blur-cyan.webp";
import { Image } from "@/components/common/Image";
import { Highlight } from "prism-react-renderer";
import { Button } from "@syntax/Button";

BIN
app/images/blur-cyan.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

BIN
app/images/blur-indigo.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 KiB