From e5f95cc1fd8381c8f8d96d9ad3aded14afbfdb91 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Mon, 22 Jan 2024 13:02:47 +0700 Subject: Update image component --- src-migrate/components/ui/image.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src-migrate/components') diff --git a/src-migrate/components/ui/image.tsx b/src-migrate/components/ui/image.tsx index c1dde170..de0ad1da 100644 --- a/src-migrate/components/ui/image.tsx +++ b/src-migrate/components/ui/image.tsx @@ -26,6 +26,7 @@ const Image = (props: ImageProps) => { loading='lazy' quality={100} onLoadingComplete={() => setLoading(false)} + unoptimized {...rest} /> ); -- cgit v1.2.3