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 65c4913 commit a361f18Copy full SHA for a361f18
src/pages/index.js
@@ -33,7 +33,7 @@ export default function Home() {
33
const {siteConfig} = useDocusaurusContext();
34
return (
35
<Layout
36
- title={`Hello from ${siteConfig.title}`}
+ title={siteConfig.title}
37
description="Description will go into a meta tag in <head />">
38
<HomepageHeader />
39
<main>
0 commit comments