Skip to content

Commit ca77802

Browse files
committed
add a better head description
1 parent e1af3ff commit ca77802

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ export default function Home(): JSX.Element {
3131
const { siteConfig } = useDocusaurusContext();
3232
return (
3333
<Layout
34-
title={`Hello from ${siteConfig.title}`}
35-
description="Description will go into a meta tag in <head />">
34+
title={`${siteConfig.title}`}
35+
description="A place for Fullstack applications and DevOps solutions">
3636
<HomepageHeader />
3737
<main>
3838
<HomepageFeatures />

0 commit comments

Comments
 (0)