Skip to content

Commit

Permalink
update meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 21, 2024
1 parent 55c2a71 commit 1dde2a6
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 @@ -32,8 +32,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`${siteConfig.title} Docs`}
description="Description will go into a meta tag in <head />">
title={`Docs`}
description="Open source web based VRM avatar builder and optimization app with support for batch processing">
<HomepageHeader />
<main>
<HomepageFeatures />
Expand Down

0 comments on commit 1dde2a6

Please sign in to comment.