seen_at db index, migrations, img crossorigin, errorpage clear opfs
This commit is contained in:
@ -76,6 +76,7 @@ const ProxyImgComponent = forwardRef<HTMLImageElement, ProxyImgProps>(function P
|
||||
height={size}
|
||||
className={className}
|
||||
onError={handleImageError}
|
||||
crossOrigin={props.crossOrigin ?? "anonymous"}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user