File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ const generateBlurDataUrl = (
28
28
29
29
export function UploadcareImage ( props : ImageProps ) : JSX . Element {
30
30
let blurDataURL : string | undefined ;
31
- // TODO: add support for StaticImport, see https://nextjs.org/docs/basic-features/image-optimization#local-images
32
31
if ( typeof props . src === 'string' && shouldOverrideBlurDataUrl ( props ) ) {
33
32
blurDataURL = generateBlurDataUrl ( props . src , props . width ) ;
34
33
}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import {
21
21
trimTrailingSlash
22
22
} from './helpers' ;
23
23
24
- // TODO: add support for StaticImport, see https://nextjs.org/docs/basic-features/image-optimization#local-images
25
24
export function uploadcareLoader ( {
26
25
src,
27
26
width,
You can’t perform that action at this time.
0 commit comments