Skip to content

Commit 7b035ff

Browse files
committed
Remove default text from website title
1 parent a5bfc23 commit 7b035ff

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apps/website/src/pages/index.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,8 @@ function HomepageHeader() {
247247
}
248248

249249
export default function Home() {
250-
const { siteConfig } = useDocusaurusContext();
251250
return (
252-
<Layout
253-
description="Description will go into a meta tag in <head />"
254-
title={`Hello from ${siteConfig.title}`}
255-
>
251+
<Layout>
256252
<HomepageHeader />
257253
<main>
258254
<HomepageFeatures />

0 commit comments

Comments
 (0)