docs: fix meta
This commit is contained in:
parent
ba20e76d38
commit
77dd181da9
@ -56,8 +56,8 @@ function Home() {
|
|||||||
const {siteConfig = {}} = context;
|
const {siteConfig = {}} = context;
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`Hello from ${siteConfig.title}`}
|
title="VisionCamera Documentation"
|
||||||
description="Description will go into a meta tag in <head />">
|
description="📸 The Camera library that sees the vision.">
|
||||||
<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