fix: fix bug with og image
This commit is contained in:
parent
3216aeb807
commit
8200789305
|
@ -54,9 +54,9 @@ export default async function handler(request: NextRequest) {
|
||||||
<img
|
<img
|
||||||
src={imgSrc}
|
src={imgSrc}
|
||||||
alt={alt}
|
alt={alt}
|
||||||
|
width={1200}
|
||||||
|
height={630}
|
||||||
style={{
|
style={{
|
||||||
width: '1200px',
|
|
||||||
height: '630px',
|
|
||||||
objectFit: 'contain',
|
objectFit: 'contain',
|
||||||
backgroundColor: '#000',
|
backgroundColor: '#000',
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue