Skip to content

Commit

Permalink
chore: bump SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeithX committed Aug 27, 2024
1 parent d59519a commit 1817c43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export default function Home(): JSX.Element {
} = useDocusaurusContext();
const { custom_tagline } = customFields as { custom_tagline: string };
const { description } = customFields as { description: string };
const { custom_footer } = customFields as { custom_footer: string };
const { hero_footer } = customFields as { hero_footer: string };
return (
<Layout title={tagline} description={tagline}>
<Layout title={tagline} description={hero_footer}>
{/* <TopBanner /> */}
<main>
<HomepageHeader />
Expand Down

0 comments on commit 1817c43

Please sign in to comment.