Skip to content

Commit 0f3c8da

Browse files
authored
update og:image (#283)
1 parent 564aa0d commit 0f3c8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/head-meta.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<meta property="og:type" content="{{{ or page.attributes.postttype 'article' }}}" />
3232
<meta property="og:title" content="{{#with (or page.attributes.ogtitle page.title) }}{{{detag this}}}{{/with}}{{#unless page.attributes.ogtitle}} - {{#with page.component.title}}{{{detag this}}}{{/with}}{{/unless}}" />
3333
<meta property="og:locale" content="{{{ or page.attributes.locale 'en_US' }}}" />
34-
{{#with (or page.attributes.ogimage 'https://dist.neo4j.com/wp-content/uploads/20210423062553/neo4j-social-share-21.png' )}}
34+
{{#with (or page.attributes.ogimage 'https://dist.neo4j.com/wp-content/uploads/20240513110808/Neo4j-logo-social-preview.png' )}}
3535
<meta property="og:image" content="{{{this}}}" />
3636
{{/with}}
3737
{{#if (or page.attributes.ogdescription page.description) }}

0 commit comments

Comments
 (0)