website / Fix broken links, slow loading, and prod errors (#5932)
The code is in a bad state, this is just fixing it but not improving the structure
This commit is contained in:
@ -149,6 +149,7 @@ export default function DocsContent({ item }: { item: FileContent }) {
|
||||
style={{ objectFit: 'cover' }}
|
||||
onLoad={() => setImageLoaded(true)}
|
||||
loaded={imageLoaded.toString()}
|
||||
unoptimized
|
||||
/>
|
||||
)}
|
||||
</StyledImageContainer>
|
||||
|
||||
Reference in New Issue
Block a user