docs: fix meta
This commit is contained in:
parent
ba20e76d38
commit
77dd181da9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user