|
@@ -92,7 +92,7 @@ function Home() {
|
|
|
const {siteConfig = {}} = context;
|
|
|
return (
|
|
|
<Layout
|
|
|
- title={`Hello from ${siteConfig.title}`}
|
|
|
+ title={`${siteConfig.title}`}
|
|
|
description="Description will go into a meta tag in <head />">
|
|
|
<header className={clsx('hero hero--primary', styles.heroBanner)}>
|
|
|
<div className="container">
|