diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 13:02:47 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 13:02:47 +0700 |
| commit | e5f95cc1fd8381c8f8d96d9ad3aded14afbfdb91 (patch) | |
| tree | f8b5ff57d233ef6805d88fa1d0635c68cb935471 /src-migrate/components/ui | |
| parent | 1c5849265622dab23b99b2ffdbf7ced3b65d30cd (diff) | |
Update image component
Diffstat (limited to 'src-migrate/components/ui')
| -rw-r--r-- | src-migrate/components/ui/image.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
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} /> ); |
