fix: fix bug with og image

This commit is contained in:
jinhojang6 2024-02-15 03:16:18 +09:00
parent 3216aeb807
commit 8200789305
1 changed files with 2 additions and 2 deletions

View File

@ -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',
}}