summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src')
-rw-r--r--packages/web/src/components/Head.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/components/Head.astro b/packages/web/src/components/Head.astro
index f6166f58f..9ebf734cd 100644
--- a/packages/web/src/components/Head.astro
+++ b/packages/web/src/components/Head.astro
@@ -13,7 +13,7 @@ const {
const isDocs = slug.startsWith("docs")
let encodedTitle = '';
-let ogImage = `${config.url}/social-share.png`;
+let ogImage = `https://${config.domain}/social-share.png`;
let truncatedDesc = '';
if (isDocs) {