Skip to content

Commit

Permalink
Replace duplicate opengraph seo definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Dec 4, 2024
1 parent b390a27 commit 7a77664
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions src/layouts/core-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,7 @@ if (frontmatter != null) {
title={title}
description={description}
canonical={canonical}
openGraph={{
basic: {
title: og_title,
type: og_type,
image: image,
url: canonical,
},
optional: {
description: description,
},
image: {
url: image,
type: "image/jpeg",
},
}}
openGraph={open_graph}
twitter={{
description: description,
card: "summary",
Expand Down

0 comments on commit 7a77664

Please sign in to comment.