Skip to content

Commit

Permalink
Update homepage title
Browse files Browse the repository at this point in the history
  • Loading branch information
clabe45 committed Jul 25, 2023
1 parent 58acf5c commit 6d228b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title} - ${siteConfig.tagline}`}
description="Description will go into a meta tag in <head />"
>
<HomepageHeader />
Expand Down

0 comments on commit 6d228b5

Please sign in to comment.