Add og:image to theme config
This commit is contained in:
parent
22c0c029c8
commit
815e47b249
@ -95,6 +95,7 @@ module.exports = {
|
||||
],
|
||||
copyright: `Copyright © ${new Date().getFullYear()} Marc Rousavy`,
|
||||
},
|
||||
image: 'img/11.png',
|
||||
metadata: [
|
||||
{
|
||||
name: 'keywords',
|
||||
|
@ -58,9 +58,6 @@ 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>
|
||||
|
Loading…
Reference in New Issue
Block a user