diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 35d9fb6..0d24808 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -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: {