Skip to content

Commit

Permalink
Merge pull request #2 from hcp-uw/dev
Browse files Browse the repository at this point in the history
Fix the metadata
  • Loading branch information
sidlak-c137 authored Nov 21, 2023
2 parents 2825bd9 + 3626074 commit 7395589
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 @@ -30,8 +30,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={`HCP Documentation`}
description="The official HCP docs!">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 7395589

Please sign in to comment.