We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 659543e commit 457b050Copy full SHA for 457b050
src/pages/index.tsx
@@ -46,7 +46,7 @@ export default function Home(): JSX.Element {
46
const { siteConfig } = useDocusaurusContext();
47
return (
48
<Layout
49
- title={`Hello from ${siteConfig.title}`}
+ title={`Docs`}
50
description="Description will go into a meta tag in <head />"
51
>
52
<HomepageHeader />
0 commit comments