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 64f6fd1 commit 41ead6fCopy full SHA for 41ead6f
src/pages/index.tsx
@@ -32,8 +32,8 @@ export default function Home(): JSX.Element {
32
const {siteConfig} = useDocusaurusContext();
33
return (
34
<Layout
35
- title={`Hello from ${siteConfig.title}`}
36
- description={`Hello from ${siteConfig.title}`}>
+ title={siteConfig.title}
+ description={siteConfig.tagline}>
37
<HomepageHeader />
38
<main>
39
<HomepageFeatures />
0 commit comments