diff --git a/src/assets/images/content/ARM1692_Morello_Wordmark_logoST4_BLK_V1 (1).png b/src/assets/images/content/ARM1692_Morello_Wordmark_logoST4_BLK_V1 _1.png similarity index 100% rename from src/assets/images/content/ARM1692_Morello_Wordmark_logoST4_BLK_V1 (1).png rename to src/assets/images/content/ARM1692_Morello_Wordmark_logoST4_BLK_V1 _1.png diff --git a/src/assets/images/social-media-image.png b/src/assets/images/social-media-image.png new file mode 100644 index 0000000..35fc2cd Binary files /dev/null and b/src/assets/images/social-media-image.png differ diff --git a/src/components/head/BaseHead.astro b/src/components/head/BaseHead.astro index 4e2bd1e..1bc754a 100644 --- a/src/components/head/BaseHead.astro +++ b/src/components/head/BaseHead.astro @@ -11,6 +11,8 @@ const { description = "The Morello platform is supported by a number of evolving RTOS/OS environments at different stages of maturity. CheriBSD is implemented and hosted separately by the University of Cambridge and SRI International and includes a memory-safe kernel, userspace and various example frameworks. The CHERI OS-feature matrix includes more information on features implemented by Morello Linux and CheriBSD operating systems.", type = "website", } = Astro.props; + +const social_image = "../../assets/images/social-media-image.png"; --- @@ -34,7 +36,7 @@ const { basic: { title: title, type: type, - image: "", + image: "../../assets/images/social-media-image.png", }, }} twitter={{ @@ -51,8 +53,7 @@ const { meta: [ { name: "twitter:image", - content: - "https://www.openampproject.org/images/openAMP_share_image.png", + content: { social_image }, }, { name: "twitter:title", content: title }, { name: "twitter:description", content: description },