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 = (
2828
2929export function UploadcareImage ( props : ImageProps ) : JSX . Element {
3030 let blurDataURL : string | undefined ;
31- // TODO: add support for StaticImport, see https://nextjs.org/docs/basic-features/image-optimization#local-images
3231 if ( typeof props . src === 'string' && shouldOverrideBlurDataUrl ( props ) ) {
3332 blurDataURL = generateBlurDataUrl ( props . src , props . width ) ;
3433 }
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import {
2121 trimTrailingSlash
2222} from './helpers' ;
2323
24- // TODO: add support for StaticImport, see https://nextjs.org/docs/basic-features/image-optimization#local-images
2524export function uploadcareLoader ( {
2625 src,
2726 width,
You can’t perform that action at this time.
0 commit comments