fix: image unoptimized

This commit is contained in:
Benno Tielen 2024-12-19 18:59:47 +01:00
parent 74be9ffe15
commit 27a03df92e

View file

@ -49,7 +49,7 @@ export default async function BlogPage({ params }: { params: Promise<{id: string
<Container> <Container>
<div> <div>
{ typeof url === "string" && { typeof url === "string" &&
<Image className={styles.image} src={url} width={1100} height={400} alt={""} /> <Image className={styles.image} src={url} width={1100} height={400} alt={""} unoptimized={true} />
} }
</div> </div>
</Container> </Container>