Skip to content

Commit a361f18

Browse files
committed
Remove 'hello from' from site title
1 parent 65c4913 commit a361f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function Home() {
3333
const {siteConfig} = useDocusaurusContext();
3434
return (
3535
<Layout
36-
title={`Hello from ${siteConfig.title}`}
36+
title={siteConfig.title}
3737
description="Description will go into a meta tag in <head />">
3838
<HomepageHeader />
3939
<main>

0 commit comments

Comments
 (0)