Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Jul 5, 2024
1 parent c3da383 commit 82d61fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ function HomepageHeader() {
}

export default function Home(): JSX.Element {
const { siteConfig } = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
>
<Layout description="Documentation for the Rue programming language.">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 82d61fc

Please sign in to comment.