Skip to content

Commit

Permalink
Change fallback image
Browse files Browse the repository at this point in the history
  • Loading branch information
itexpert120 committed Aug 12, 2024
1 parent e59eba9 commit 90c2706
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ImageWithFallback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ interface ImageWithFallbackProps extends Omit<ImageProps, "src"> {
fallback?: string;
}

const DEFAULT_FALLBACK = "/assets/images/fallback.jpg";
const DEFAULT_FALLBACK = "/assets/images/fallback.webp";

export default function ImageWithFallback({
fallback,
Expand Down
Binary file removed public/assets/images/fallback.jpg
Binary file not shown.
Binary file added public/assets/images/fallback.webp
Binary file not shown.

0 comments on commit 90c2706

Please sign in to comment.