fix: image unoptimized
This commit is contained in:
parent
74be9ffe15
commit
27a03df92e
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ export default async function BlogPage({ params }: { params: Promise<{id: string
|
|||
<Container>
|
||||
<div>
|
||||
{ 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>
|
||||
</Container>
|
||||
|
|
|
|||
Loading…
Reference in a new issue