Skip to content

Commit

Permalink
Update Layout.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbilaney committed Sep 24, 2023
1 parent d9c896e commit 150e5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const languageAlternates = Object.keys(languages).map(langCode => {
basic: {
type: "website",
title: `${title}${title && " | "}datanautes`,
image: `${BC_URL}/opengraph/src/content/blog/${lang}/${currentPath.slice(0, -1)}.png`,
image: `${BC_URL}/open-graph/src/content/blog/${lang}/${currentPath.slice(0, -1)}.png`,
url: BC_URL + Astro.url.pathname
},
image: {
Expand Down

0 comments on commit 150e5bb

Please sign in to comment.