File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ 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
3132 if ( typeof props . src === 'string' && shouldOverrideBlurDataUrl ( props ) ) {
3233 blurDataURL = generateBlurDataUrl ( props . src , props . width ) ;
3334 }
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import {
2121 trimTrailingSlash
2222} from './helpers' ;
2323
24+ // TODO: add support for StaticImport, see https://nextjs.org/docs/basic-features/image-optimization#local-images
2425export function uploadcareLoader ( {
2526 src,
2627 width,
You can’t perform that action at this time.
0 commit comments