docs: Add og:image

This commit is contained in:
Marc Rousavy 2023-03-06 11:42:01 +01:00
parent 77dd181da9
commit 22c0c029c8

View File

@ -58,6 +58,9 @@ function Home() {
<Layout
title="VisionCamera Documentation"
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)}>
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>