Skip to content

Commit 39a2f69

Browse files
authored
Replace the social media image (#2434)
1 parent b52fb90 commit 39a2f69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-751 Bytes
Loading

frontends/main/src/common/metadata.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export const standardizeMetadata = ({
9898
images: [
9999
{
100100
url: image,
101-
width: image === DEFAULT_OG_IMAGE ? "" : 967,
102-
height: image === DEFAULT_OG_IMAGE ? "" : 511,
101+
width: image === DEFAULT_OG_IMAGE ? 967 : "",
102+
height: image === DEFAULT_OG_IMAGE ? 511 : "",
103103
alt: imageAlt,
104104
},
105105
],

0 commit comments

Comments
 (0)