seen_at db index, migrations, img crossorigin, errorpage clear opfs

This commit is contained in:
Martti Malmi
2024-02-07 09:22:28 +02:00
parent edbfa02c52
commit df16384f07
3 changed files with 62 additions and 34 deletions

View File

@ -76,6 +76,7 @@ const ProxyImgComponent = forwardRef<HTMLImageElement, ProxyImgProps>(function P
height={size}
className={className}
onError={handleImageError}
crossOrigin={props.crossOrigin ?? "anonymous"}
/>
);
});