docs: Add og:image
This commit is contained in:
parent
77dd181da9
commit
22c0c029c8
@ -58,6 +58,9 @@ function Home() {
|
|||||||
<Layout
|
<Layout
|
||||||
title="VisionCamera Documentation"
|
title="VisionCamera Documentation"
|
||||||
description="📸 The Camera library that sees the vision.">
|
description="📸 The Camera library that sees the vision.">
|
||||||
|
<head>
|
||||||
|
<meta property="og:image" content="img/11.png" />
|
||||||
|
</head>
|
||||||
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<h1 className="hero__title">{siteConfig.title}</h1>
|
<h1 className="hero__title">{siteConfig.title}</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user