Skip to content

Commit

Permalink
Fix title and description
Browse files Browse the repository at this point in the history
  • Loading branch information
evaera committed Oct 2, 2021
1 parent 1d7d5ff commit 07b5e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/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="Documentation Generator for Lua Projects"
>
<HomepageHeader />
<main>
Expand Down

0 comments on commit 07b5e09

Please sign in to comment.