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 1c87e27 commit aae8f15Copy full SHA for aae8f15
website/src/pages/index.tsx
@@ -39,7 +39,7 @@ export default function Home(): ReactNode {
39
const {siteConfig} = useDocusaurusContext();
40
return (
41
<Layout
42
- title={`Hello from ${siteConfig.title}`}
+ title={`${siteConfig.title}`}
43
description="Description will go into a meta tag in <head />">
44
<HomepageHeader />
45
<main>
0 commit comments