diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 5e7317d..7cc0953 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const { } = Astro.props; const canonicalURL = new URL(Astro.url.pathname, Astro.site); -const socialImageURL = new URL(ogImage, Astro.url); +const socialImageURL = new URL(ogImage, Astro.url.origin); ---