mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-12 21:56:54 +00:00
Tweak social media previews for Oid website
This commit is contained in:
parent
a5284549da
commit
4308155c0e
1
website/.gitignore
vendored
Normal file
1
website/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.docusaurus
|
@ -65,8 +65,8 @@ export default function Home() {
|
||||
const {siteConfig = {}} = context;
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
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.">
|
||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||
<div className="container">
|
||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user