From 4308155c0e28b052eb754250031c19168fccfd35 Mon Sep 17 00:00:00 2001 From: Jay Kamat Date: Mon, 4 Sep 2023 15:18:03 -0700 Subject: [PATCH] Tweak social media previews for Oid website --- website/.gitignore | 1 + website/src/pages/index.js | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 website/.gitignore diff --git a/website/.gitignore b/website/.gitignore new file mode 100644 index 0000000..b52c4a8 --- /dev/null +++ b/website/.gitignore @@ -0,0 +1 @@ +.docusaurus diff --git a/website/src/pages/index.js b/website/src/pages/index.js index dbbaeda..df03521 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -65,8 +65,8 @@ export default function Home() { const {siteConfig = {}} = context; return ( + title={`${siteConfig.title}`} + description="Object Introspection provides byte accurate memory occupancy information for arbitrarily complex C++ object hierarchies including all static and dynamic memory allocations in an object.">

{siteConfig.title}