docs: fix meta

This commit is contained in:
Marc Rousavy 2023-03-06 11:40:46 +01:00
parent ba20e76d38
commit 77dd181da9

View File

@ -56,8 +56,8 @@ function Home() {
const {siteConfig = {}} = context;
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title="VisionCamera Documentation"
description="📸 The Camera library that sees the vision.">
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<h1 className="hero__title">{siteConfig.title}</h1>