diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-19 14:34:17 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-19 14:34:17 +0700 |
| commit | e49eba371229a643588d49d7ef408b6ef9469d53 (patch) | |
| tree | 02d55a24297a338fcd320baa87c3c4ad11fb1e8c /src-migrate | |
| parent | fea243da06cef56a1ccd212b9273e02678750237 (diff) | |
Update image component with unoptimized
Diffstat (limited to 'src-migrate')
| -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} /> ); |
