Skip to content

Commit 48feb2f

Browse files
authored
Merge pull request #371 from mokletdev/development
Update production
2 parents 215164e + bdd9357 commit 48feb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(main)/berita/[slug]/opengraph-image.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const options: ImageResponseOptions = {
132132
export function generateImageMetadata() {
133133
return [
134134
{
135-
contentType: "image/jpeg",
135+
contentType: "image/png",
136136
size: { width: 600, height: 600 },
137137
id: "medium",
138138
},

0 commit comments

Comments
 (0)