diff --git a/components/ImageWithFallback.tsx b/components/ImageWithFallback.tsx index fdb9aaf..2c782d5 100644 --- a/components/ImageWithFallback.tsx +++ b/components/ImageWithFallback.tsx @@ -8,7 +8,7 @@ interface ImageWithFallbackProps extends Omit { fallback?: string; } -const DEFAULT_FALLBACK = "/assets/images/fallback.jpg"; +const DEFAULT_FALLBACK = "/assets/images/fallback.webp"; export default function ImageWithFallback({ fallback, diff --git a/public/assets/images/fallback.jpg b/public/assets/images/fallback.jpg deleted file mode 100644 index fb0cacb..0000000 Binary files a/public/assets/images/fallback.jpg and /dev/null differ diff --git a/public/assets/images/fallback.webp b/public/assets/images/fallback.webp new file mode 100644 index 0000000..58d8385 Binary files /dev/null and b/public/assets/images/fallback.webp differ