diff options
| -rw-r--r-- | package.json | 1 | ||||
| -rw-r--r-- | src-migrate/components/ui/image.tsx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 7f855b5f..6b5f20d7 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "react-query": "^3.39.3", "react-select": "^5.7.0", "react-web-share": "^2.0.2", + "sharp": "^0.33.2", "snakecase-keys": "^5.5.0", "swiper": "^8.4.4", "tw-merge": "^0.0.1-alpha.3", diff --git a/src-migrate/components/ui/image.tsx b/src-migrate/components/ui/image.tsx index de0ad1da..c1dde170 100644 --- a/src-migrate/components/ui/image.tsx +++ b/src-migrate/components/ui/image.tsx @@ -26,7 +26,6 @@ const Image = (props: ImageProps) => { loading='lazy' quality={100} onLoadingComplete={() => setLoading(false)} - unoptimized {...rest} /> ); |
