mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 06:38:27 +00:00
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
|
||||
src={imgSrc}
|
||||
alt={alt}
|
||||
width={1200}
|
||||
height={630}
|
||||
style={{
|
||||
width: '1200px',
|
||||
height: '630px',
|
||||
objectFit: 'contain',
|
||||
backgroundColor: '#000',
|
||||
}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user