Skip to content

Commit

Permalink
Change title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Aug 16, 2024
1 parent 1a7c934 commit ddb0ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />">
title={`${siteConfig.title}`}
description="Create rich specification documents for standards bodies and engineering projects">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit ddb0ea4

Please sign in to comment.