Skip to content

Commit

Permalink
Update metadata on landing page (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavithraes authored Jun 25, 2024
1 parent fcac335 commit 772adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus-docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function HomepageVideo() {
export default function Home() {
const { siteConfig } = useDocusaurusContext();
return (
<Layout title={`${siteConfig.title}`} description="conda-store home page">
<Layout title="Homepage" description={`${siteConfig.tagline}`}>
<HomepageHeader />
<main>
<HomepageProjects />
Expand Down

0 comments on commit 772adfe

Please sign in to comment.