We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6357511 commit 54efb5cCopy full SHA for 54efb5c
src/pages/index.js
@@ -59,9 +59,7 @@ function Home() {
59
const logoUrl = useBaseUrl('img/white-padding.svg');
60
const {siteConfig = {}} = context;
61
return (
62
- <Layout
63
- title={`Hello from ${siteConfig.title}`}
64
- description="Description will go into a meta tag in <head />">
+ <Layout>
65
<header className={clsx('hero hero--primary', styles.heroBanner)}>
66
<div className="container">
67
<img src={logoUrl} alt="Spectacles" />
0 commit comments