We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b52fb90 commit 39a2f69Copy full SHA for 39a2f69
frontends/main/public/images/learn-og-image.jpg
-751 Bytes
frontends/main/src/common/metadata.ts
@@ -98,8 +98,8 @@ export const standardizeMetadata = ({
98
images: [
99
{
100
url: image,
101
- width: image === DEFAULT_OG_IMAGE ? "" : 967,
102
- height: image === DEFAULT_OG_IMAGE ? "" : 511,
+ width: image === DEFAULT_OG_IMAGE ? 967 : "",
+ height: image === DEFAULT_OG_IMAGE ? 511 : "",
103
alt: imageAlt,
104
},
105
],
0 commit comments